From composure
Performs graph-powered PR reviews with quality audits, test coverage checks, framework validation, and security analysis using verified code graph findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:review-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive, graph-powered code review of a pull request. Uses verification discipline ("comments with receipts") — every finding is verified against the code graph or source before inclusion.
Perform a comprehensive, graph-powered code review of a pull request. Uses verification discipline ("comments with receipts") — every finding is verified against the code graph or source before inclusion.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure review-pr {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-identify-and-setup.md |
| 2 | 02-context-building.md |
| 3 | 03-walkthrough.md |
| 4 | 04-quality-audit.md |
| 5 | 04a-run-audit.md |
| 6 | 04b-filter-changed.md |
| 7 | 04c-classify-findings.md |
| 8 | 04d-test-coverage.md |
| 9 | 04e-quality-delta.md |
| 10 | 05-deep-dive.md |
| 11 | 06-framework-checks.md |
| 12 | 07-security-crossover.md |
| 13 | 08-generate-output.md |
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureReviews GitHub pull requests end-to-end using the gh CLI. Covers diff analysis, commit history, CI checks, and severity-leveled feedback submission.
Performs ad-hoc code reviews of PRs, diffs, or files across four dimensions: security, performance, correctness, maintainability. No track context needed.
Reviews pull requests across description, code changes, code scan, and unit tests using parallel subagents, producing a structured verdict report with optional line-level comments.