review-steering
Installation
SKILL.md
Review Steering
Two Surfaces, Not One
Anthropic's managed Code Review service and the local /code-review command are customized through exactly two files — nothing else steers them.
| File | Content | Read by |
|---|---|---|
CLAUDE.md |
Project context — stack, conventions, architecture | Local /code-review command AND the managed Code Review service |
REVIEW.md |
Review-only instructions, injected into every managed review agent run at highest priority | Managed Code Review service ONLY — never read by local /code-review |
Do not duplicate CLAUDE.md content into REVIEW.md. REVIEW.md carries only what a reviewer needs that project context doesn't already say — everything else is noise diluting a high-priority injection.