# Commit Helper

> Draft a Conventional Commit message from staged changes. Use when the user asks to commit, save progress, or write a commit message.

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

---


# Commit Helper

A second single-file skill so the catalog has more than one entry to
browse, search, and select in the TUI.

## Procedure

1. Inspect the staged diff.
2. Pick the Conventional Commit type (`feat`, `fix`, `refactor`, `chore`, …).
3. Write a one-line subject plus a body explaining *why*.

