code-review
Installation
SKILL.md
Code Review
Review the diff between HEAD and a fixed point along two independent axes:
- Standards: does the change follow documented repository standards and the smell baseline below?
- Spec: does the change faithfully implement its originating local spec or tracker ticket?
Run the axes in parallel and preserve the separation when reporting results.
Resolve every .agents/projects/ path from the repository root; never read or write
project artifacts in a global agent-installation directory.
Process
- Determine the fixed point from the user or the invoking implementation workflow.
Validate it resolves, capture
git diff <fixed-point>...HEAD, list its commits, and stop if the diff is empty.