Context
- •Current git status: !
git status - •Current git diff: !
git diff HEAD - •Current branch: !
git branch --show-current - •Recent commits: !
git log --oneline -10
Task
- •Analyze the diff and generate 3 commit message candidates
- •Follow Conventional Commits format: type(scope): description
- •Keep subject ≤50 chars
- •After approval, run git add -A && git commit