jeremylongshore

Conducting Browser Compatibility Tests

@jeremylongshore/Conducting Browser Compatibility Tests
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

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.

Installation

$skills install @jeremylongshore/Conducting Browser Compatibility Tests
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/browser-compatibility-tester_20251019_151328/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Conducting Browser Compatibility Tests

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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.

Overview

This 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.

How It Works

  1. Configuring Browser Matrix: Defines the target browsers (Chrome, Firefox, Safari, Edge), versions, operating systems, and device configurations for testing.
  2. 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.
  3. Executing Tests: Runs the tests in parallel using BrowserStack, Selenium Grid, or Playwright, capturing screenshots and logs for analysis.
  4. Generating Compatibility Report: Compiles a detailed report highlighting any compatibility issues, including screenshots and error logs, for easy identification and resolution.

When to Use This Skill

This skill activates when you need to:

  • Ensure a web application functions correctly across different browsers and devices.
  • Identify browser-specific bugs or compatibility issues.
  • Automate cross-browser testing as part of a CI/CD pipeline.

Examples

Example 1: Testing a new feature

User request: "Test browser compatibility for the new shopping cart feature."

The skill will:

  1. Configure the browser matrix with the latest versions of Chrome, Firefox, Safari, and Edge.
  2. Execute tests specifically targeting the shopping cart functionality across the configured browsers.
  3. Generate a report highlighting any compatibility issues encountered with the shopping cart feature, including screenshots.

Example 2: Regression testing after an update

User request: "/bt"

The skill will:

  1. Use the default browser matrix (or a previously defined configuration).
  2. Run all existing tests across the configured browsers and devices.
  3. Provide a comprehensive report detailing any regressions or new compatibility issues introduced by the recent update.

Best Practices

  • Configuration: Clearly define the target browser matrix to ensure comprehensive testing.
  • Test Design: Write tests that are robust and cover a wide range of user interactions.
  • Report Analysis: Carefully analyze the generated reports to identify and address compatibility issues promptly.

Integration

This 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.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.