fast-commit
Installation
SKILL.md
Fast Commit
Stage all current changes, analyze the diff, generate three commit message candidates, choose the best one, and commit without asking the user to pick.
Workflow
1. Stage All Changes
Stage untracked, modified, and deleted files:
git add -A
2. Analyze the Diff
Read the staged diff before writing the commit message: