review-pr
SolidReview a pull request through multiple quality lenses and present a compiled analysis with inline comments. Use when the user wants a thorough PR review.
Code & Development 30 stars
1 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Review PR
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill review-pr --fail-safe`
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config agents --fail-safe`
If no "Agent Names" section appears above, use these defaults:
accelerator:reviewer, accelerator:codebase-locator,
accelerator:codebase-analyser, accelerator:codebase-pattern-finder,
accelerator:documents-locator, accelerator:documents-analyser,
accelerator:web-search-researcher.
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config review pr --fail-safe`
**PR reviews directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path review_prs --fail-safe`
**Tmp directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path tmp --fail-safe`
**IMPORTANT**: Wherever `{tmp directory}` or `{pr reviews directory}` appears
in the instructions below, substitute the actual resolved path shown above.
Never use `/tmp` or any other path not shown above.
**IMPORTANT**: When composing prompts for sub-agents, resolve all `{...}`
path placeholders to their actual values before passing the prompt —
sub-agents cannot see the bold-label definitions above and have no way to
resolve the placeholders themselves.
## PR Review Template
The template below defines the frontmatter and body structure that every
PR review must carry. Read it now — use it to guide what information
you record in Steps 3-4 and what shape you persist in Step 4.10.
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config template pr-review --fail-safe`
You are tasked w...
Details
- Author
- atomicinnovation
- Repository
- atomicinnovation/accelerator
- Created
- 5 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
pr-review
Comprehensive PR review using specialized agents. Use before creating or merging pull requests.
3 Updated today
djnsty23 Code & Development Listed
pr-review
{{ 𝛀𝛀𝛀 }} Review a pull request
5 Updated yesterday
JasonWarrenUK Code & Development Listed
review-pr
Review a pull request against the shared Review Protocol (correctness, regression, stability, contract, architecture, security). Use when the user asks to "review PR", "check PR", "PR review", or wants an evidence-grounded review of a pull request before merge.
23 Updated 1 weeks ago
Mr-DooSun