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

- Add SeatSelection model with row and seat properties
- Implement seat availability validation in BookingService
Related skills
Installs
1
First Seen
Mar 1, 2026