/code-review
Review the current diff for correctness bugs and for reuse, simplification, and efficiency cleanups. Pass --fix to apply findings, --comment to post as GitHub PR comments, or ultra for a deep cloud review.
Syntax
/code-review [low|medium|high|xhigh|max|ultra] [--fix] [--comment] [target]Example
/code-review --fixAbout
Skill. Reviews staged/unstaged changes for correctness bugs and cleanup opportunities. Pass --fix to apply findings to your working tree, --comment to post them as inline GitHub PR comments, or ultra to run a deep cloud multi-agent review. From v2.1.154, /simplify runs a separate cleanup-only review.
When to use
- ▸Catching bugs before a PR review
- ▸Getting auto-applied cleanup suggestions with --fix
- ▸Running a deep cloud review with /code-review ultra before merging
- ▸Posting inline PR comments from the CLI with --comment
More Claude Code commands
parallel-agents
/agents
Manage agent configurations and monitor background agents running in parallel.
parallel-agents
/background
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.
parallel-agents
/batch
Orchestrate large-scale changes across a codebase in parallel. Decomposes work into 5–30 independent units, each in its own git worktree with its own PR.
context-management
/btw
Ask a quick side question without adding it to the main conversation history.