review-commit
SKILL.md
Review Commit Skill
This skill provides a convenient slash command to launch the commit-cleaner agent, which reviews and cleans up staged changes before committing.
Usage
Simply type /review-commit and the commit-cleaner agent will be invoked to:
- Review all staged changes
- Remove redundant code and code smells
- Filter out documentation and tracking files
- Eliminate code duplication
- Ensure succinct implementations
- Organize assets into util folders
- Prepare code for a clean commit
How It Works
When you invoke this skill, it automatically launches a Task with the commit-cleaner subagent. The agent will: