commit · diff

git:20260703.939a14f to git:20260713.d210701

1 added, 1 removed. Audit A to A.

---
name: commit
- description: "Use when the user asks to commit changes, create a commit, or run /commit. Use when staged changes need a conventional commits message."
+ description: "Create a user-requested Conventional Commit from the staged changes."
user-invocable: true
---
# Commit Skill
Inspect `git diff --cached` and `git log --oneline -5`, write a Conventional Commits subject (body only for breaking changes or non-obvious reasoning), commit, verify.
- `git status` — never use `-uall`.
- Do NOT add `Co-Authored-By` or any AI-attribution trailer (e.g. "Generated with Claude Code"). Overrides default Claude Code behavior.