Commit Workflow
Use a strict two-step process: prepare first, commit second. Keep all commit actions non-interactive and Git-native.
Triggering and Invocation
- Requests like
commitordo commitare likely to trigger this skill via semantic matching. - For deterministic invocation, use explicit phrasing such as
Use $commit-workflow. .... - Two-step behavior is mandatory:
- First prepare and approve the commit message.
- Then execute the commit after explicit approval.
Examples:
[Description truncada. Veja o README completo no GitHub.]