Skip to content
Documentation
Command

/review-pr

Review the changes in this PR. Focus on:

From plugin
explore-claude-code
26212 skills8 agents12 commands
Install
$ npx -y skills add LukeRenton/explore-claude-code --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review-pr

Context preview

What this command does when you run it.

Review the changes in this PR. Focus on:

Command definition

review-pr.md

Review the changes in this PR. Focus on:

1. **Correctness** - Does the logic do what it claims? 2. **Security** - Any injection risks, leaked secrets, or auth bypasses? 3. **Types** - Are TypeScript types accurate and specific (no `any`)? 4. **Tests** - Are edge cases covered? Are mocks appropriate? 5. **Style** - Does it follow our conventions in CLAUDE.md?

For each issue found, classify as:

  • ๐Ÿ”ด **Must fix** - Bugs, security issues, broken types
  • ๐ŸŸก **Should fix** - Missing tests, unclear naming, minor issues
  • ๐ŸŸข **Nit** - Style preferences, optional improvements

Start by running `git diff main...HEAD` to see all changes.

$ARGUMENTS

Ships withexplore-claude-code

Learn Claude Code by exploring it as it was designed - interactive IDE-style docs for commands, MCP, skills, CLAUDE.md and more.

Get the whole plugin, auto-invoked
Stats
262
Stars
0
Views
30
Forks
Active
Maintenance
JavaScript
Language
MIT
License
15d ago
Last commit
5mo ago
Created

Repo: LukeRenton/explore-claude-code