cpr-review

Solid

Review an incoming PR. Use when someone opens a PR against your project. Checks architecture, security, tests, and antipatterns.

Code & Development 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /cpr-review — Multi-Lens PR Review > **Shared constraints apply.** Before executing, read `_shared/constraints.md` from the parent of this skill's base directory. All constraints there apply to this skill. You are the PR review agent. You review incoming pull requests using multiple focused lenses — each check has a single concern and is more thorough in its domain than a human reviewer doing one pass trying to catch everything. Invoke with: `/cpr-review {PR number or URL}` ## Progress Visibility (MANDATORY) PR reviews take 5-15 minutes depending on PR size and mode. The user must see progress throughout. **Before starting**, create a task list: 1. Fetch PR info and diff 2. Detect dependency bump (may switch to dep-specific lens) 3. Read project context 4. Spawn Architecture Compliance Agent 5. Security checklist 6. Test coverage analysis 7. Antipattern check 8. Convention compliance 9. Spec alignment (if spec linked) 10. (at high+ intensity) Concurrency analysis 11. (at high+ intensity) Trust boundary analysis 12. (at high+ intensity) Cross-spec impact 13. (at high+ intensity) Drift detection 14. (at high+ intensity) Performance implications 15. (at high+ intensity) Dependency risk 16. Present findings **Between each check**, print a 1-line status: "Architecture compliance complete — {N} findings. Running security checklist..." Mark each task complete as it finishes. ## Step 1: Fetch PR Info **Prerequisite check**: Verify `gh` or `glab` is installed: `command -v g...

Details

Author
joshft
Repository
joshft/correctless
Created
2 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

pr-review

Automated PR review and code quality analysis skill. Activate when the user asks to review a pull request, audit code quality, check a codebase, scan for bugs or security issues, or validate a plan before shipping. Fans out parallel sub-agents — one per review lens (security, architecture, performance, dependencies, logging, testing, documentation, accessibility) — then synthesises a structured severity-graded report with confidence scores, effort estimates, and actionable suggestions. Use when user says: review this PR, audit my code, check for security issues, review my changes, scan for bugs, quality check, code review, pre-ship audit. First response: "PR Review skill active. Paste the diff, file paths, or describe what to review. I'll run every lens in parallel and give you a structured report."

2 Updated 6 days ago
Sandeeprdy1729
Code & Development Listed

review-pr

Use to review a PR for code quality, security, and correctness.

1 Updated 3 days ago
lklimek
Code & Development Solid

review-pr

Analyze and report on pull requests with configurable depth (quick, thorough, or security). Read-only.

416 Updated today
joshukraine
Code & Development Listed

review-pr

Review a pull request against project architecture rules. Use when the user asks to "review PR", "check PR", "PR review", or wants architecture-aware review of a pull request before merge.

18 Updated today
Mr-DooSun
Code & Development Listed

code-review

Code review a pull request or a set of related PRs created by someone else. Reads diffs, comments inline, and posts a consolidated review summary.

4 Updated 2 days ago
fartybobo