smart-commit
Installation
SKILL.md
Smart Commit
Create a high-quality commit for current changes.
Pre-Commit Checklist
Scope Check
- Solves one problem only
- No unrelated changes
- No debug code
- No temporary files
Quality Check
- All tests pass
- Code is formatted
- No linting errors
- Documentation updated