Analyze recent commits to suggest safe tidying opportunities—guard clauses, dead code removal, explaining variables. Use when user says "suggest tidyings", "tidy", "find refactoring", "cleanup code", or wants to improve readability without changing behavior. Accepts optional branch argument.
/plugin marketplace add corca-ai/claude-plugins/plugin install suggest-tidyings@corca-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/tidying-guide.mdscripts/tidy-target-commits.shAnalyze recent commits to find small, safe code improvements.
Key Principle: Each suggestion must be a perfectly safe, independent, small change. No logic changes, easy to review.
Run the script to get recent non-tidying commits:
{SKILL_DIR}/scripts/tidy-target-commits.sh 5 [branch]
/suggest-tidyings develop), pass it to the scriptFor each commit hash, launch a parallel sub-agent using Task tool:
Task tool with subagent_type: general-purpose
Each sub-agent should:
{SKILL_DIR}/references/tidying-guide.md for techniques, constraints, and output formatgit show {commit_hash}git diff {commit_hash}..HEAD -- {file} (skip modified regions)Collect all sub-agent results and present:
# Tidying Analysis Results
## Commit: {hash} - {message}
- suggestion 1
- suggestion 2
## Commit: {hash} - {message}
- No tidying opportunities
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.