Commit staged changes w/ well-crafted message.
Process
-
Check staged changes:
git diff --cached --stat→ see what staged- ⊥ staged → inform user ∧ exit
- $ARGUMENTS provided → use as hint
-
Analyze changes:
git diff --staged→ review- Identify added / modified / removed
- Understand purpose ∧ scope
-
Check repo style:
git log --oneline --max-count=10→ recent patterns- Match existing style (prefixes, capitalization, format)
-
**Gene
[Description truncada. Veja o README completo no GitHub.]