From composure
Performs graph-powered PR reviews with quality audits, test coverage checks, framework validation, and security analysis using verified code graph findings.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureThis skill uses the workspace's default tool permissions.
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.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
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 |