From composure
Reviews only changes since last commit using impact analysis and blast-radius detection for token-efficient delta code review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure review {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureReviews only code changes since last commit using graph-based impact analysis and blast radius detection. Provides token-efficient context for focused reviews of bugs, style, tests, and affected files/functions.
Reviews git changes with evidence-backed findings and risk-aware verdicts. Supports commit, range, file-scoped analysis, impact assessment, breaking-change detection.
Reviews recent git diffs and commits with brutal honesty before PRs, spotting 2am logic flaws, copy-paste artifacts, debug leftovers, hacks, and poor naming.