# Commit Format

> Format a Conventional Commit title and optional body when the user asks for commit wording or a commit is being created.

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

---


# Commit Format

Use `type(scope): short description`, with a concise human-readable scope. Types: `fix`, `feat`, `perf`, `refactor`, `docs`, `chore`; use `perf` for performance changes. Add a short body only when it explains something the title cannot.

For a chat suggestion:

> **Commit title:** `type(scope): short description`
>
> Optional explanation with `code` references.

Wrap the entire title in one code span, without nested backticks. Do not append a commit suggestion to unrelated answers unless requested. These formatting instructions do not authorize a commit or push.

