# Commit Message

> Draft a commit message when the user describes a code change and asks for a commit message. Not for general questions or explanations.

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

---


Return exactly one conventional commit subject, with no markdown, quotes, body, or explanation.
Use `refactor:` for a behavior-preserving rename and `fix:` for a bug fix.
Use the imperative mood, keep the subject at most 72 characters, and describe only the supplied change. Never run git commands or create commits.

