Workflow·Web, Search & Scraping·v1.0.0

Conducting Browser Compatibility Tests

|.

You say
Install this skill Read the source first Free Written by jeremylongshore · unverified publisher
Context cost
850 tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 3.4 kBtext throughout, nothing executable
Licence
MITfree to use
Last change
v1.0.0
Servers it uses
Noneruns standalone

What it does

This skill enables cross-browser compatibility testing for web applications using BrowserStack, Selenium Grid, or Playwright. It tests across Chrome, Firefox, Safari, and Edge, identifying browser-specific bugs and ensuring consistent functionality. It is used when a user requests to "test browser compatibility", "run cross-browser tests", or uses the `/browser-test` or `/bt` command to assess web application behavior across different browsers and devices. The skill generates a report detailing compatibility issues and screenshots for visual verification.

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Workflow

Runs a procedure end to end.

browserautomation

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md3.4 kB · 55 lines
--- name: conducting-browser-compatibility-tests description: | This skill enables cross-browser compatibility testing for web applications using BrowserStack, Selenium Grid, or Playwright. It tests across Chrome, Firefox, Safari, and Edge, identifying browser-specific bugs and ensuring consistent functionality. It is used when a user requests to "test browser compatibility", "run cross-browser tests", or uses the `/browser-test` or `/bt` command to assess web application behavior across different browsers and devices. The skill generates a report detailing compatibility issues and screenshots for visual verification. Activates when you request "conducting browser compatibility tests" functionality. allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0 ---
9## Overview
10
11This skill automates cross-browser compatibility testing, ensuring that web applications function correctly across various browsers and devices. It leverages BrowserStack, Selenium Grid, and Playwright to execute tests and identify browser-specific issues.
12
13## How It Works
14
151. **Configuring Browser Matrix**: Defines the target browsers (Chrome, Firefox, Safari, Edge), versions, operating systems, and device configurations for testing.
162. **Generating Cross-Browser Tests**: Creates and configures tests to run across the defined browser matrix, handling browser-specific quirks and setting up parallel execution for efficiency.
173. **Executing Tests**: Runs the tests in parallel using BrowserStack, Selenium Grid, or Playwright, capturing screenshots and logs for analysis.
184. **Generating Compatibility Report**: Compiles a detailed report highlighting any compatibility issues, including screenshots and error logs, for easy identification and resolution.
19
20## When to Use This Skill
21
22This skill activates when you need to:
23- Ensure a web application functions correctly across different browsers and devices.
24- Identify browser-specific bugs or compatibility issues.
25- Automate cross-browser testing as part of a CI/CD pipeline.
26
27## Examples
28
29### Example 1: Testing a new feature
30
31User request: "Test browser compatibility for the new shopping cart feature."
32
33The skill will:
341. Configure the browser matrix with the latest versions of Chrome, Firefox, Safari, and Edge.
352. Execute tests specifically targeting the shopping cart functionality across the configured browsers.
363. Generate a report highlighting any compatibility issues encountered with the shopping cart feature, including screenshots.
37
38### Example 2: Regression testing after an update
39
40User request: "/bt"
41
42The skill will:
431. Use the default browser matrix (or a previously defined configuration).
442. Run all existing tests across the configured browsers and devices.
453. Provide a comprehensive report detailing any regressions or new compatibility issues introduced by the recent update.
46
47## Best Practices
48
49- **Configuration**: Clearly define the target browser matrix to ensure comprehensive testing.
50- **Test Design**: Write tests that are robust and cover a wide range of user interactions.
51- **Report Analysis**: Carefully analyze the generated reports to identify and address compatibility issues promptly.
52
53## Integration
54
55This skill can be integrated into a CI/CD pipeline using other tools to automate cross-browser testing as part of the deployment process. It can also work with issue tracking systems to automatically create tickets for identified compatibility bugs.
In the file
SKILL.md470 words
Files1
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈200
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
650
on trigger
The instruction body, read only when the skill fires.
0.43%
of a 200k window
Ten skills this size would take about 4% of the window before you open a file.
050k100k150k200k context window

850 tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Small enough to keep loaded permanently without thinking about it.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It asks the agent to write files, using whatever file access your client already has. It never touches the network.

What it asks for
Writes filesyes
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 3.4 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md3.4 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

# Conducting Browser Compatibility Tests · 850 tokens when loaded npx mcprush@latest skill add jeremylongshore/conducting-browser-compatibility-tests

Writes to .claude/skills/conducting-browser-compatibility-tests/ in the current project. Add --global to put it in your home directory instead, for every project.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Version1.0.0
Publishedno release date on file
PriceFree
Referencejeremylongshore/conducting-browser-compatibility-tests

Versions

v1.0.0 is what is on the shelf; no release here carries a date. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v1.0.0
  • No earlier releases have been published to the marketplace.
Pinning

Put jeremylongshore/conducting-browser-compatibility-tests@1.0.0 in the install command to hold this exact version. Without the suffix you get whatever is current the day you install, and nothing moves under you afterwards.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Who wrote it

JE
jeremylongshore

Publishes on mcprush.

0 servers listed6 skills listednot claimed
Profile
Publisher
Servers0