Run the QA engineer agent standalone against recent changes or a given scope — functional review, test execution, edge cases — and report findings. Use when the user asks to test/QA something outside the full /ship pipeline.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Run the QA engineer agent standalone against recent changes or a given scope — functional review, test execution, edge cases — and report findings. Use when the user asks to test/QA something outside the full /ship pipeline.
/qa — Standalone QA Pass
Determine scope from $ARGUMENTS; if empty, use the working-tree diff
(git status / git diff) or, if a workboard/ exists, all tickets in built/qa status.
Spawn the qa-engineer agent with the scope: files changed, tickets (if any),
and how to run the app/tests (from CLAUDE.md or package scripts).
If workboard tickets are in scope, the agent appends findings to each ticket's
QA Findings section; otherwise it reports findings directly.
Present findings to the user grouped by severity. Do not auto-fix — suggest
/debug-findings to fix them.