qa-orchestrator
Installation
SKILL.md
QA Orchestrator
When to Use
- Complex tasks that require multiple evidence-backed steps and human approval between stages.
Workflow
- Locate:
source-search/code-navigation - Understand:
file-reader/explain-code - Simulate:
safe-edit-simulator(dry-run + risk checklist) - Implement:
patch-applier+code-formatter(after approval) - Verify:
test-runner,linter-runner,static-analysis
Rules
- Keep each step small and reviewable; require explicit user approval for destructive or high-risk changes.
- Provide
path:lineevidence for key claims.