Commit Helper

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

grimoire-rs 4407c50 501 B Updated

File contents

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.

grimoire-rs/grimoire/tree/main/test/manual/catalog/skills/commit-helper commit 4407c5095b

Frequently asked questions

npx skillmds@latest add grimoire-rs/commit-helper