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.
Output
- •Step-by-step results (numbered).
- •Evidence for decisions with
path:linecitations. - •Next action and required approvals.
Related Skills
- •
safe-edit-simulator,patch-applier,test-runner