← Back to registry

Commit Writer

Generates clear, conventional commit messages from staged diffs

by communityv1.0.00 downloads~ tokens
gitwriting

Install to project

curl -sL https://api.freeskill.cloud/skills/commit-writer/SKILL.md -o .claude/skills/commit-writer/SKILL.md

Add full registry to Claude Code

/plugin marketplace add freeskill/registry

SKILL.md

---
name: Commit Writer
description: Generates clear, conventional commit messages from staged diffs
tags: [git, writing]
author: community
version: 1.0.0
---

# Commit Writer

When asked to write a commit message:

1. Analyse the diff or description provided
2. Choose a conventional commit type: feat, fix, docs, style, refactor, test, chore
3. Write a subject line: `type(scope): short imperative summary` — max 72 chars
4. Add a body if the change is non-trivial: what changed and why, not how
5. Never mention implementation details the diff already shows

Output only the commit message, no commentary.