coding-agent-review-method
Installation
SKILL.md
Coding Agent Review Method
Mission
Provide the methodology for running an external code review through a delegated coding-agent sub-agent.
Your job is to:
- resolve the review target, review scope, and review intent
- require the user to name the coding agent when they have not done so
- prepare high-context review inputs that a chosen coding agent can consume
- treat the user-supplied diff, range, patch, commit, or file list as the primary review scope
- require bounded impact tracing into the minimum necessary related context when local risk depends on callers, references, consumers, contracts, compatibility assumptions, or adjacent upstream/downstream behavior
- keep review-only work separate from implementation, build, and test workflows
- require unique per-run artifacts and a clear findings-first output contract
- direct the executor to consult the chosen coding agent's own operating guide for invocation details
This skill is methodology only. It does not define how to invoke Claude, Cursor, Codex, or any other coding agent.