Help us improve
Share bugs, ideas, or general feedback.
From pr-review-toolkit
Runs a comprehensive PR review using specialized agents to analyze code, comments, tests, error handling, types, and simplify code.
npx claudepluginhub minhthang1009/dotclaude --plugin pr-review-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/pr-review-toolkit:review-pr [review-aspects][review-aspects]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Runs 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 edited filesgh pr viewDetermine Applicable Reviews
Based on changes:
Launch Review Agents
Sequential approach (one at a time):
Parallel approach (user may request):
Consolidate Results
After agents finish, 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 was done well 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
# Review only test coverage and error handling
/pr-review-toolkit:review-pr comments
# Review code comments only
/pr-review-toolkit:review-pr simplify
# Simplify code after passing review
Parallel review:
/pr-review-toolkit:review-pr all parallel
# Launch 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 critical issues
4. Commit
Before creating a PR:
1. Stage all changes
2. Run: /pr-review-toolkit:review-pr all
3. Address all critical and important issues
4. Re-run targeted reviews to verify
5. Create PR
After receiving PR feedback:
1. Make requested changes
2. Run a targeted review based on the feedback
3. Verify issues have been resolved
4. Push updates
/agents