What problem does it solve?
Diff-aware QA routing guides testing effort by analyzing git diffs, classifying changes by category (style, component, API, data, config, test, docs, infra), and routing to the appropriate validation strategy.
Core Features & Use Cases
- Diff-aware analysis of code changes and automatic routing to the correct QA workflow.
- Customization via USER SKILLCUSTOMIZATIONS to override defaults and preferences.
- Two-stage architecture: a deterministic DiffAnalyzer tool and AI orchestration to execute routing decisions and report results.
- Structured JSON output of routing recommendations for integration with downstream tooling and evals.
Quick Start
Run the DiffAnalyzer to analyze your changes and generate QA routing recommendations by executing bun ~/.claude/skills/QA/Tools/DiffAnalyzer.ts with the appropriate flags.