From pr-review-toolkit
Launches multiple specialized review agents against git changes, covering comments, tests, error handling, types, code quality, and simplification. Collects results into a prioritized action plan.
How this command is triggered — by the user, by Claude, or both
Slash command
/pr-review-toolkit:review-pr [review-aspects]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Comprehensive PR Review Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality. **Review Aspects (optional):** "$ARGUMENTS" ## Review Workflow: 1. **Determine Review Scope** - Check git status to identify changed files - Parse arguments to see if user requested specific review aspects - Default: Run all applicable reviews 2. **Available Review Aspects:** - **comments** - Analyze code comment accuracy and maintainability - **tests** - Review test coverage quality and completeness - **errors** - ...
Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality.
Review Aspects (optional): "$ARGUMENTS"
Determine Review Scope
Available Review Aspects:
Identify Changed Files
git diff --name-only to see modified filesgh pr viewDetermine Applicable Reviews
Based on changes:
Launch Review Agents
Sequential approach (one at a time):
Parallel approach (user can request):
Aggregate Results
After agents complete, summarize:
Provide Action Plan
Organize findings:
# PR Review Summary
## Critical Issues (X found)
- [agent-name]: Issue description [file:line]
## Important Issues (X found)
- [agent-name]: Issue description [file:line]
## Suggestions (X found)
- [agent-name]: Suggestion [file:line]
## Strengths
- What's well-done in this PR
## Recommended Action
1. Fix critical issues first
2. Address important issues
3. Consider suggestions
4. Re-run review after fixes
Full review (default):
/pr-review-toolkit:review-pr
Specific aspects:
/pr-review-toolkit:review-pr tests errors
# Reviews only test coverage and error handling
/pr-review-toolkit:review-pr comments
# Reviews only code comments
/pr-review-toolkit:review-pr simplify
# Simplifies code after passing review
Parallel review:
/pr-review-toolkit:review-pr all parallel
# Launches all agents in parallel
comment-analyzer:
pr-test-analyzer:
silent-failure-hunter:
type-design-analyzer:
code-reviewer:
code-simplifier:
Before committing:
1. Write code
2. Run: /pr-review-toolkit:review-pr code errors
3. Fix any critical issues
4. Commit
Before creating PR:
1. Stage all changes
2. Run: /pr-review-toolkit:review-pr all
3. Address all critical and important issues
4. Run specific reviews again to verify
5. Create PR
After PR feedback:
1. Make requested changes
2. Run targeted reviews based on feedback
3. Verify issues are resolved
4. Push updates
/agents listnpx claudepluginhub tjsasakifln/claude-code --plugin pr-review-toolkit168plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 168 plugins
/review-prLaunches multiple specialized review agents against git changes, covering comments, tests, error handling, types, code quality, and simplification. Collects results into a prioritized action plan.
/review-prReviews a pull request using multiple specialized agents (code, tests, types, comments, errors, simplification) and reports findings ranked by severity.
/review-prRuns a comprehensive multi-perspective code review on a pull request, analyzing code, comments, tests, types, and potential silent failures, then ranks findings by severity.
/review-prReviews a GitHub pull request by fetching metadata and diff, analyzing correctness, security, performance, maintainability, and testing, then compiling a structured report with severity ratings and fix suggestions.
/review-prReviews GitHub pull requests for compliance regressions and security issues by analyzing diffs and generating review comments. Requires repo (owner/repo), PR number, optional framework (defaults to SOC2).
/review-prReviews pull requests using 6-7 parallel specialized agents for code quality, security, testing, architecture, and performance. Synthesizes findings into a structured report with conventional comments and an approve/request-changes verdict.