review-changes
Installation
SKILL.md
Review Changes
Overview
Review recent code changes against the repo's documented guidelines.
Default to review mode: identify concrete violations, risks, regressions, and missing tests first. Only give a brief clean bill of health when no meaningful findings exist.
Workflow
- Inspect the latest change set.
- Read the relevant parts of the project's guidelines (AGENTS.md, CLAUDE.md, or any onboarding doc referenced there).
- Read the changed code directly.
- Compare the implementation against repo rules, not generic style opinions.
- Report findings first, ordered by severity, with file references.
- If no findings exist, say that explicitly and note any residual risk or verification gap.