commit · git:20260713.d210701 · 2026-07-13 · sha256 3d5c27c5c87b3e7c

commit git:20260713.d210701A

Immutable. This exact content is served forever at /api/v1/blob/3d5c27c5c87b3e7c.

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