| name | qa-only |
| description | Same QA methodology as the qa skill but report-only — no code changes.
Use when you want a pure bug report without fixes, or when reviewing
someone else's work.
|
QA Report Only — Find and Document, Don't Fix
Same methodology as qa, but report only. No code changes, no commits, no fixes.
Related skills: qa | review
Workflow
Follow the same Phases 1-4 from qa:
- Baseline — Navigate, check console, check network
- Authenticate (if needed)
- Exploration — Navigate every reachable page
- Issue Documentation — Document every issue found
Skip Phase 5 (Fix) entirely.
Output
Produce the same structured report as qa, but without fix information:
QA REPORT (READ-ONLY)
═══════════════════════════════════════
URL: [target]
Tier: [Quick/Standard/Exhaustive]
Pages tested: N
Issues found: N (X critical, Y high, Z medium)
Health score: X/100
───────────────────────────────────────
Ship ready: YES / NO / WITH CONCERNS
═══════════════════════════════════════
ISSUES
──────
[Full issue list with severity, steps to reproduce, evidence]
Hand the report to the developer or to qa for fixes.