Smart conventional commits with auto-detection and security validation.
| Agent |
Description |
commit-detector |
Analyzes changes and selects optimal commit type |
| Command |
Description |
/commit |
Smart conventional commit |
/wip |
Work in progress |
/fix |
Quick bugfix |
/feat |
New feature |
/refactor |
Refactoring |
/chore |
Maintenance |
/docs |
Documentation |
/test |
Tests |
/undo |
Undo last commit |
/amend |
Amend last commit |
commit - Smart commit with auto-detection
commit-detection - Commit type detection
wip - Work in progress
fix - Bugfix
feat - Feature
refactor - Refactoring
chore - Maintenance
docs - Documentation
test - Tests
undo - Undo commit
amend - Amend commit
- Auto-detects commit type from changes
- Semantic versioning (CHANGELOG.md)
- Security validation (no secrets)
- Conventional commit format