Commit

Create a single git commit from current staged and unstaged changes with an appropriate message. Use when the user asks to commit current work.

dceoy 058cd23 654 B Updated

File contents

Commit

Create one commit for the current work.

  • Inspect git status, git diff HEAD, the current branch, and recent commits.
  • If there is nothing to commit, report that and stop.
  • Stage only changes relevant to the requested work; preserve unrelated user changes.
  • Follow the repository's recent commit style and use a concise message describing the change.

Do not run unrelated cleanup or tests, change branches, push, or create a PR unless requested separately.

dceoy/ai-coding-agent-skills/tree/main/skills/commit commit 058cd23572

Frequently asked questions

npx skillmds@latest add dceoy/commit