commit
Installation
SKILL.md
Gitflow Commit
Generate a commit message following the Conventional Commits 1.0.0 specification by analyzing staged changes. Show the exact message to the user and wait for explicit approval before committing via git ci -F <file>.
This skill uses gitflow-toolkit which validates the commit header format, auto-appends Signed-off-by, and optionally runs lucky commit. Using git ci -F instead of raw git commit ensures every commit passes format validation.
Workflow
1. Collect changes
Check both staged and unstaged changes:
git status --short