Git Commit

用于 git 提交:当用户要 commit、提交代码、保存当前改动、stage 并提交时使用。按 Conventional Commits 生成提交信息;Combine with `verification-before-completion` when 提交前需要新鲜验证证据;Prefer `github-pr-creation` when 下一步是直接开 PR。

hebertzhu 1b9a647 1.2 KB Updated

File contents

git-commit

Intent

  • 用于 git 提交:当用户要 commit、提交代码、保存当前改动、stage 并提交时使用。按 Conventional Commits 生成提交信息;Combine with verification-before-completion when 提交前需要新鲜验证证据;Prefer github-pr-creation when 下一步是直接开 PR。

Default operating pattern

  1. Capture the actual engineering goal and the next decision that matters.
  2. Inspect the current code, tests, branch state, or CI context before acting.
  3. Take the smallest next action that reduces uncertainty or advances delivery.
  4. Collect fresh evidence before claiming progress.
  5. 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.

hebertzhu/agent-foundry/tree/main/skills/git-commit commit 1b9a647ed5

Frequently asked questions

npx skillmds@latest add hebertzhu/git-commit