From simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found. Plugin test variant with no context or agent frontmatter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplify:plugin-simplify-defaultThe 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 diffs or changed files for reuse, quality, efficiency, clarity; applies optional high-confidence, behavior-preserving simplifications.
Reviews code changes for reuse opportunities, quality issues, and efficiency problems using three parallel agents. Fixes issues found.