auto-commit
Installation
SKILL.md
Auto-Commit Skill
🎯 Use Case Demo
Scenario
Developer Sarah just finished implementing a new seat selection feature. She has 5 files changed but struggles to write a good commit message.
Before (Manual):
git commit -m "updated stuff" # 😬 Bad commit message
After (With Skill):
# Skill analyzes the diff and suggests:
feat(booking): add passenger seat selection with availability check