name: review
description: >-
Alias for /code-review. Run all enabled review agents against target files.
Use this whenever the user asks for a code review, wants feedback on their
code, says "review my code", "check this before I PR", "what's wrong with
this", "run the agents", or has just finished implementing a feature.
argument-hint: >-
[--agent ] [--since ] [--path ] [--all] [--json]
[--force --reason ""] [--static-analysis|--no-static-analysis]
[--init-risks] [--background]
user-invocable: true
allowed-tools: >-
Read, Edit, Grep, Glob, AskUserQuestion,
Bash(git diff *), Bash(npx *), Bash(npm run *),
Bash(pnpm *), Bash(yarn *), Bash(tsc *), Bash(eslint *),
Bash(git log *), Bash(gh run *), Bash(semgrep *),
Bash(pylint *), Skill(review-agent *)
Review (alias)
Role: orchestrator.
Orchestrator constraints
- Pure alias — change no behavior.
- Pass all arguments through to /code-review unchanged.
- Be concise. Defer all output to code-review.md.
This is an alias for /code-review. Read and follow
skills/code-review/SKILL.md with all arguments passed through.
Keep frontmatter in sync. This alias delegates the entire
/code-reviewflow, so itsallowed-toolsandargument-hintMUST mirrorskills/code-review/SKILL.md.allowed-toolsis an allowlist — omitting a tool the canonical command needs (e.g.Editfor the fix loop,AskUserQuestionfor the fix/report prompt,Bash(pylint *)for Python lint) silently breaks that capability under/review.
Arguments: $ARGUMENTS
Steps
1. Pass through
Read and follow skills/code-review/SKILL.md with $ARGUMENTS unchanged.