git-commit
Intent
- 用于 git 提交:当用户要 commit、提交代码、保存当前改动、stage 并提交时使用。按 Conventional Commits 生成提交信息;Combine with
verification-before-completionwhen 提交前需要新鲜验证证据;Prefergithub-pr-creationwhen 下一步是直接开 PR。
Default operating pattern
- Capture the actual engineering goal and the next decision that matters.
- Inspect the current code, tests, branch state, or CI context before acting.
- Take the smallest next action that reduces uncertainty or advances delivery.
- Collect fresh evidence before claiming progress.
- Summarize status, risks, and the next recommended step.
Pack fit
- Included in:
engineering-workflow - Keep examples generic, privacy-safe, and portable across hosts.
Boundary
- Do not commit unrelated changes just to clear the working tree.