review
Installation
SKILL.md
Perform a rigorous review of the requested scope.
Inputs
Use one of:
- the current branch diff,
- specific files or paths from the user,
- a feature file plus related implementation.
Review Workflow
- Inspect behavior against acceptance criteria.
- Identify functional bugs and regression risks first.
- Evaluate design quality with SOLID and CUPID heuristics.
- Evaluate tests for pyramid placement, naming, and flakiness risk.
- Evaluate security and privacy risks (PII exposure, secrets, unsafe logging).
- Return actionable findings ordered by severity.