Generates a comprehensive QA report with health scores and reproduction steps without modifying code.
Install
mkdir -p .claude/skills/qa-only && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11598" && unzip -o skill.zip -d .claude/skills/qa-only && rm skill.zipInstalls to .claude/skills/qa-only
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Report-only QA testing — produces structured report with health score, screenshots, and repro steps. No fixes applied.Key capabilities
- →Perform read-only QA testing
- →Generate structured QA reports
- →Capture screenshots of pages
- →List bugs with severity and repro steps
- →Report accessibility findings
- →Provide performance metrics
How it works
The skill executes QA steps (discover, smoke, deep QA, health score) in a strictly read-only manner. It then compiles findings into a detailed report without making any modifications.
Inputs & outputs
When to use qa-only
- →Perform read-only QA audit
- →Generate bug report with repro steps
- →Check application health score
About this skill
qa-only
Report-only QA testing — produces structured report with health score, screenshots, and repro steps. No fixes applied.
Inputs
| Parameter | Values | Default | Description |
|---|---|---|---|
url | string | -- | URL to test |
mode | string | full | Mode: full |
/qa-only — Report-Only QA Testing
Same methodology as /qa but strictly read-only. No fixes. No code changes. Report only.
Step 0: Preamble
Run templates/PREAMBLE.md.
Execution
Follow the same Steps 1-4 as /qa (discover, smoke, deep QA, health score).
HARD-GATE: Do NOT dispatch any agent with Write or Edit tools. This is a READ-ONLY audit.
Output
Write report to .productionos/QA-ONLY-{timestamp}.md with:
- Health score (0-100)
- Screenshots of every page
- Bug list with severity, repro steps, and file:line references
- Accessibility findings
- Performance metrics
Self-Eval
Run templates/SELF-EVAL-PROTOCOL.md on report completeness and evidence quality.
Error Handling
| Scenario | Action |
|---|---|
| No target provided | Ask for clarification with examples |
| Target not found | Search for alternatives, suggest closest match |
| Missing dependencies | Report what is needed and how to install |
| Permission denied | Check file permissions, suggest fix |
| State file corrupted | Reset to defaults, report what was lost |
Guardrails
- Do not silently change scope or expand beyond the user request.
- Prefer concrete outputs and verification over abstract descriptions.
- Keep scope faithful to the user intent.
- Preserve existing workflow guardrails and stop conditions.
- Verify results before concluding.
When not to use it
- →When any fixes or code changes are required.
- →When the target is not found or missing dependencies.
Limitations
- →Do NOT dispatch any agent with Write or Edit tools.
- →Do not silently change scope or expand beyond the user request.
- →Keep scope faithful to the user intent.
How it compares
This skill provides a complete QA report with health scores, screenshots, and repro steps without altering any code or system state, unlike a full QA process that includes fixes.
Compared to similar skills
qa-only side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| qa-only (this skill) | 0 | 4mo | No flags | Beginner |
| web-quality-audit | 7 | 6mo | Review | Beginner |
| roier-seo | 4 | 6mo | Review | Intermediate |
| web-testing | 1 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
web-quality-audit
davila7
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
roier-seo
davila7
Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and automatically implements fixes for meta tags, structured data, Core Web Vitals, and accessibility issues.
web-testing
mrgoonie
Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.
webapp-testing
HaoNgo232
Web application testing principles. E2E, Playwright, deep audit strategies.
i-audit
yoshuawuyts
Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.
audit
Aixbox
Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.