ai-qa-review
Installation
SKILL.md
Before starting: Check for .agents/qa-project-context.md in the project root. It contains test framework conventions, naming patterns, and project-specific quality standards that calibrate review feedback.
Quick Route
Three distinct entry paths. Pick the row, then jump to the named section.
| Situation | Path | Jump to |
|---|---|---|
| PR with changed test files | Run the changed files, score them, check the diff against the PR checklist | Verification → PR Review Checklist |
| Whole suite needs a health pass | Quantify, sample, find the 3-5 systemic smells, propose lint/mutation gates | Batch Audit Process |
| Application code, "why is this hard to test?" | Flag DI / side-effect / pure-function / interface problems with before/after | Testability Analysis |
All three share the same smell vocabulary (the six buckets below) and the same Verification commands.