Content Preview
--- allowed-tools: Bash(gh issue view:*), Bash(gh search:*), Bash(gh issue list:*), Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*), Bash(gh pr list:*) description: Code review a pull request disable-model-invocation: false --- Provide a code review for the given pull request. To do this, follow these steps precisely: 1. Use a Haiku agent to check if the pull request (a) is closed, (b) is a draft, (c) does not need a code review (eg. because it is an automated pull request, or i
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/code-review/code-review.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/code-review/commands/code-review.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/code-review/commands/code-review.md
Related Skills
example-plugin/example-command
An example slash command that demonstrates command frontmatter options (legacy format)
commandcommandexample-pluginexample-command
by Anthropic · anthropic-official-plugins
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
gws-command-reference
Google Workspace CLI Command Reference
engineering-teamgwscommandreference
by alirezarezvani · alirezarezvani-claude-skills
commit-commands/clean_gone
Cleans up all git branches marked as [gone] (branches that have been deleted on the remote but still exist locally), including removing associated worktrees.
commandcommandcommit-commandsclean_gone
by Anthropic · anthropic-official-plugins