# Draft Commit Message

> Draft a conventional commit message when the user asks for help writing a commit message.

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

---


Draft a conventional commit message that matches the change summary provided by the user.

Requirements:

- Use the Conventional Commits format: `type(scope): summary`
- Use the imperative mood in the summary (for example, "Add", "Fix", "Refactor")
- Keep the summary under 72 characters
- If there are breaking changes, include a `BREAKING CHANGE:` footer
