From reppit-health
Reviews all uncommitted changes, produces a prioritized action list with file:line references, and optionally posts findings to Linear issues when MCP tools are available.
How this command is triggered — by the user, by Claude, or both
Slash command
/reppit-health:review-codeThe summary Claude sees in its command listing — used to decide when to auto-load this command
Perform a comprehensive review of all uncommitted changes. ## What this does - Gathers and reviews all uncommitted changes in the current branch - Produces a prioritized list of action items with file:line references - Optionally posts findings to the relevant issue tracker ## Steps 1. Collect change context: - `git status --porcelain` - `git diff` - `git diff --cached` - `git diff HEAD` - `git log --oneline -n 5` 2. If an issue ID is provided or can be inferred from the branch name, read the issue to understand the intent. 3. Analyze changes for: security, performance, sty...
Perform a comprehensive review of all uncommitted changes.
git status --porcelaingit diffgit diff --cachedgit diff HEADgit log --oneline -n 5## Code Review
Summary: <1-2 sentences>
Action Items:
1. <indicator> <action> in `path:line`
2. <indicator> <action> in `path:start-end`
npx claudepluginhub carainc/reppit-health --plugin reppit-health/review-unstagedReviews unstaged changes for code quality, style, and potential issues using an isolated agent, then reports findings.
/review-codeReviews code against specification compliance, checks if implementation matches requirements, identifies deviations, and reports a compliance score.
/review-codeConducts comprehensive code review assessing quality, architecture, security, and performance, producing prioritized reports, fix examples, and improvement recommendations.
/review-codeComprehensive code review combining clean-code-review and code-smell-detector.