From simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found. Plugin test variant with both context fork and agent general-purpose.
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplify:plugin-simplify-fork-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review recently changed code for quality issues and fix them.
Review recently changed code for quality issues and fix them.
Get the diff of changed files:
git diff HEAD
If no staged/unstaged changes, check last commit:
git diff HEAD~1
For each changed file, review for:
Fix any issues found directly in the code.
Summarize what was changed and why.
npx claudepluginhub stevennevins/simplify-plugin --plugin simplifyReviews git diffs for reuse opportunities, quality issues, and inefficiencies using three parallel agents, then fixes issues. Triggers on 'simplify', 'clean up', or after code changes.
Reviews git-tracked code changes for reuse, quality, and efficiency using three parallel subagents. Triggers on 'review', 'simplify', 'code review' or one-shot review requests.
Reviews git diffs or changed files for reuse, quality, efficiency, clarity; applies optional high-confidence, behavior-preserving simplifications.