From pactkit
Performs structured GitHub PR code reviews with severity-ranked (P0-P3) findings using SOLID principles, OWASP security, and quality checklists. Outputs approve/request changes verdict.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pactkit:pactkit-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured PR code review with severity-ranked findings.
Structured PR code review with severity-ranked findings.
/project-check is given a PR number/URL.| Level | Name | Action |
|---|---|---|
| P0 | Critical | Must block merge |
| P1 | High | Should fix before merge |
| P2 | Medium | Fix in PR or follow-up |
| P3 | Low | Optional improvement |
gh pr view $ARG --json title,body,author,baseRefName,headRefName,filesgh pr diff $ARG## Code Review: PR $ARG
**Result**: APPROVE / REQUEST_CHANGES
### Issues
- [P0] [file:line] Description
- [P1] [file:line] Description
### Spec Alignment
- [x] R1: Implemented
- [ ] R2: Missing
CONSTRAINT: This skill is read-only. Do not modify code files.
npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitReviews GitHub PRs with parallel agents for expected changes validation, security audit, code quality checks via linters, test execution, and logic analysis.
Performs graph-powered PR reviews with quality audits, test coverage checks, framework validation, and security analysis using verified code graph findings.
Conducts systematic code reviews of GitHub pull requests, auditing CLAUDE.md compliance, bugs, git history, prior PR comments, and code comments for actionable feedback.