Author and Run Regression Tests with Agent QA

Author and Run Regression Tests with Agent QA is a skill for Claude Code, Codex from agentskillexchange/skills. It costs 46 tokens per session (679 once invoked), scanned A, original, MIT.

A testing tool for writing and running regression checks in real web browsers and mobile environments. Regression tests verify that existing user flows still work after code changes.

In plain words
What is it for?
It helps create, validate, run, debug, and triage natural-language end-to-end tests for web and mobile applications.
Why use it?
It provides repeatable checks and recorded evidence for distinguishing application bugs from outdated tests or infrastructure failures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit It helps create, validate, run, debug, and triage natural-language end-to-end tests for web and mobile applications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentskillexchange/skills --skill author-and-run-regression-tests-with-agent-qa
Clone the repo
git clone --depth 1 https://github.com/agentskillexchange/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Author and Run Regression Tests with Agent QA

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa/github.svg)](https://agentmods.dev/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa)
Your own site
<a href="https://agentmods.dev/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Author and Run Regression Tests with Agent QA

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/author-and-run-regression-tests-with-agent-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 679 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 28
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 29
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 35
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 43
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 50
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00679
Opus 5 $0.00023 $0.00340
Sonnet 5 $0.00009 $0.00136
Haiku 4.5 $0.00005 $0.00068

Measured 8d ago against content hash 573645479ac7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Author and Run Regression Tests with Agent QA scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/author-and-run-regression-tests-with-agent-qa/SKILL.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Author and Run Regression Tests with Agent QA

Use Agent QA when a coding task needs an application flow verified in a real browser or mobile environment. Agent QA stores tests as reviewable project files, accepts natural-language actions and assertions, and can retain scoped observations from earlier runs. Prefer its MCP tools when available: discover the workspace, inspect configuration, generate canonical IDs, validate test or suite definitions, and enqueue the run. Use the CLI as a fallback. When execution fails, inspect the recorded steps and evidence before changing the test; distinguish an application regression from an outdated instruction or an infrastructure failure. Agent QA can re-observe the interface and try another path during a run, but successful self-healing should still be reviewed before the learned path is trusted for later runs.

Agent QA is currently source-available under FSL-1.1-ALv2. Each release converts to Apache-2.0 after two years. Configured model, browser, or device providers may have separate costs.

Prerequisites

Install Agent QA in the project and initialize its workspace:

npm install -D agent-qa
npx agent-qa init
npx agent-qa install-browsers --chromium

For Android or iOS projects, install the required mobile drivers:

npx agent-qa install-mobile-drivers --all

Workflow

  1. Discover the Agent QA workspace and inspect its active targets, devices, and providers.
  2. Generate IDs with Agent QA tooling; never invent test, suite, hook, run, or observation IDs.
  3. Create or update the natural-language test, then validate its definition before saving or running it.
  4. Enqueue the test or suite through MCP. If MCP is unavailable, run a validated file with npx agent-qa run <test-file>.
  5. Review step evidence, healing attempts, and retained observations before deciding whether to fix the application, revise the test, or retry infrastructure.

Installation

Install or set up from the source-backed instructions:

Read the full file on GitHub · 59 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 59 lines · 46 tokens per session scan A 573645479ac7

Subscribe to this mod's changes

Author and Run Regression Tests with Agent QA is a skill published in the GitHub repository agentskillexchange/skills (38 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 679 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ironbee-android-devtools-cli

CLI for driving an Android emulator (AVD) over adb. Use when the user needs to connect to an emulator (attach to a running one or boot/manage an AVD), tap/swipe/type on the UI, read the UI/accessibility tree, take screenshots or screen recordings, capture logcat, capture HTTP(S) requests in-process (Frida OkHttp hook…

ironbee-ai/ironbee-devtools-skills · 203 tokens

ironbee-browser-devtools-cli

Automates browser interactions using Playwright for web testing, debugging, and automation. Use when the user needs to navigate websites, take screenshots, fill forms, click elements, extract page content (HTML/text), audit accessibility (ARIA/AX tree), measure Web Vitals performance, monitor console logs and HTTP…

ironbee-ai/ironbee-devtools-skills · 150 tokens

browser-testing

Automated browser testing, interaction automation, and form testing. Use when the user needs to test web pages, automate browser interactions, fill forms, test validation, run multi-step wizards, or test login/signup flows.

ironbee-ai/ironbee-devtools-skills · 47 tokens

mobile-testing

Automated Android app testing on an emulator — connect to an AVD, drive the UI (tap/swipe/type/keys/deep links), read the UI/accessibility tree, capture screenshots/recordings and logcat, capture/mock/intercept the app's HTTP(S) traffic in-process (Frida OkHttp hook — no proxy/CA, pinning bypassed) and pin a W3C trace…

ironbee-ai/ironbee-devtools-skills · 149 tokens

visual-testing

Visual testing, UI verification, and design comparison using screenshots and Figma integration. Use when the user wants to verify UI appearance, compare with Figma designs, test responsive layouts, check for visual regressions, or validate design implementation.

ironbee-ai/ironbee-devtools-skills · 50 tokens

backend-testing

Test backend services end-to-end. Use when the user wants to drive HTTP/gRPC/GraphQL/WebSocket endpoints against a real server, correlate requests with server logs (file/Docker/Kubernetes), verify database side-effects with snapshot/diff or watch-changes, replay captured curl/HAR requests, or seed and roll back…

ironbee-ai/ironbee-devtools-skills · 74 tokens