Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add victoraguilarsantamariadev/qa-explore/plugin install qa-exploreWrote 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.
[](https://agentmods.dev/skills/victoraguilarsantamariadev/qa-explore/qa-heal)<a href="https://agentmods.dev/skills/victoraguilarsantamariadev/qa-explore/qa-heal"><img src="https://agentmods.dev/badge/skills/victoraguilarsantamariadev/qa-explore/qa-heal/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.
<a href="https://agentmods.dev/skills/victoraguilarsantamariadev/qa-explore/qa-heal"><img src="https://agentmods.dev/badge/skills/victoraguilarsantamariadev/qa-explore/qa-heal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00134 | $0.01185 |
| Opus 5 | $0.00067 | $0.00593 |
| Sonnet 5 | $0.00027 | $0.00237 |
| Haiku 4.5 | $0.00013 | $0.00119 |
Grade A, and why
qa-heal 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
qa-heal
Tests rot: selectors drift, labels change, waits get flaky — and a red suite that's just stale gets ignored, which is how real regressions slip through. qa-heal keeps the suite honest. For each failing test it decides why it fails and acts:
suite red → per failing test, in an isolated worktree:
├─ behaviour still holds, selector/label/timing drifted → REPAIR the test (the HOW) → green
├─ behaviour is gone / assertion no longer matches the app → REAL REGRESSION → leave red → file a bug
└─ passes on retry → stabilize (proper wait, no assertion change)
repairs → one branch + one MR ("qa-heal: repair N stale tests") → you review & merge
verify → an INDEPENDENT agent confirms the diff touched ONLY selectors/waits — no assertion moved
regressions → filed as issues (via the report step) → they flow into /qa-fix
🔒 The cardinal rule
Heal the HOW (selectors, locators, waits, setup) — never the WHAT (assertions). If a test can only go green by changing what it asserts, the test is right and the app changed: that's a real regression, not a stale selector. Weakening an assertion to force green would hide a real bug — qa-heal refuses to do it, and the independent Verify-heal pass exists specifically to catch any repair that touched an assertion.
Engine (invoke via the Workflow tool; do not inline)
${CLAUDE_PLUGIN_ROOT}/skills/qa-heal/engine/qa-heal.workflow.js
(If $CLAUDE_PLUGIN_ROOT is unset, the skill is at ~/.claude/skills/qa-heal — resolve the engine path relative to this SKILL.md.)
Prerequisites
- The same
qa.config.jsonqa-explore/qa-fix use (baseUrl,login,e2eDir,framework, and — to open the MR + file regressions — atrackerblock + its token env var). Optionalhealblock:verify(default true),maxHeal,suiteCommand. - Run from inside the target project's git repo — the healer works in a worktree and pushes a branch. Without a tracker it just leaves a local branch + diff for you.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 48 lines · 134 tokens per session scan A 6e8aa99d0dd7
qa-heal is a skill published in the GitHub repository victoraguilarsantamariadev/qa-explore (2 stars, last pushed 1mo ago), licensed MIT. It adds 134 tokens to every session and 1,185 once invoked, about $0.0007 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-08-31.
Other skills, from other repositories
generate-a11y-tests
Generates comprehensive Playwright accessibility tests with axe-core integration for any UI component or page. Use this skill to create automated accessibility regression tests that verify WCAG 2.1 Level AA compliance.\n\n \nContext: Developer has just completed building a login form component.\nuser: \"Generate…
testing-e2e
End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.
Axe-core Accessibility Testing
Accessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.
e2e-testing
End-to-end testing for Falcon Foundry apps using Playwright and @crowdstrike/foundry-playwright. TRIGGER when user asks to "add e2e tests", "add playwright tests", "write end-to-end tests", "test my app", or mentions "e2e", "playwright", or "end-to-end" in the context of testing a Foundry app. DO NOT TRIGGER during…
hatch3r-browser-verify
Opt-in browser verification skill — spec-run-first Playwright verification (assertions execute in the runner, agent reads only failures), axe-core a11y audits, toHaveScreenshot() regression diffs, E2E test scaffolds, and snapshot-mode exploratory driving. Default ON for UI-affecting agent invocations; disable globally…
e2e-reviewer
Use when reviewing Playwright or Cypress E2E specs, Page Objects (POM), PRs, pull requests, patches, diffs, or changed test files — asked to review tests, audit test quality, or find weak, flaky, or silently-passing tests; when tests pass CI but prove nothing or miss bugs; when auditing missing awaits, vacuous or…