# Commit

> Structure and format git commits following the Atomic Commit Protocol (ACP). Short command alias for git-commit-formatter.

- Skill: `shalomb/commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shalomb/commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shalomb/commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shalomb (https://skillmd.com/u/shalomb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shalomb/commit

---


# Atomic Commit Protocol (/commit)

<!-- generated:alias-skill -->
When invoked, load and execute the **`git-commit-formatter`** skill:
1. Follow all instructions and guidelines in [`git-commit-formatter`](../git-commit-formatter/SKILL.md).
2. Enforce the Atomic Commit Protocol (ACP): every commit must be a self-contained, tested, indivisible unit of work.
3. Verify that implementation and tests are together, tests pass, and code quality checks are satisfied.
4. Format commit messages strictly adhering to Conventional Commits format (`type(scope): subject`).

