commit · git:20260919.a9f7da5 · 2026-09-19 · sha256 31091bd2b24afc36

commit git:20260919.a9f7da5A

Immutable. This exact content is served forever at /api/v1/blob/31091bd2b24afc36.

---
name: commit
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 under 72 characters, commit, verify. Add a body only for a breaking change or a reason the diff cannot show, in at most two short lines. Never list the changes.

- `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.