Home / brattlof / skillet · examples/git-commit/SKILL.md · GitHub

git-commit skillA

git-commit is agent-read markdown (skill) from brattlof/skillet: Write a clear, conventional commit message from the staged diff..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# git-commit

Use this when the user asks you to commit staged changes and wants a well-formed message.

1. Run `git diff --cached` to see exactly what is staged.
2. Write a single imperative subject line, 50 characters or fewer, capitalized, with no
   trailing period (for example "Add retry to the upload client").
3. If the change needs context, add a blank line and a short body that explains what
   changed and why, wrapped at 72 columns.
4. Show the message and run `git commit` only after the user confirms.

Describe what the diff actually does, not what was intended. Keep one logical change per
commit; if the subject needs the word "and", the commit is probably too big.

Read the whole file at its exact version.

How to install

Latest version
mdr add brattlof/skillet/git-commit@git:20260613.d956a80
Exact content
mdr add brattlof/skillet/git-commit@sha256:679d164ccadaa157

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_butjul5n3ompfdgk.svg)](https://markdownregistry.com/a/art_butjul5n3ompfdgk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260613.d956a80 latest2026-06-13 d956a80 788 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (788 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

brattlof/skillet · 8 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_butjul5n3ompfdgk
GET https://markdownregistry.com/api/v1/resolve?ref=brattlof/skillet/git-commit
GET https://markdownregistry.com/api/v1/blob/679d164ccadaa157e598dd3c0270f6c2d54940eb37f9f75288e3eeb4c3c616a0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from brattlof/skillet

explain-error skill
brattlof/skillet · examples/explain-error/SKILL.md · Explain a stack trace or error message and suggest concrete fixes.
git:20260613.d956a80 · audit A · 8 stars
hello-skill skill
brattlof/skillet · examples/hello-skill/SKILL.md · A minimal example skill. Greets the user and demonstrates the SKILL.md format.
git:20260613.10418ab · audit A · 8 stars

Every file in brattlof/skillet

Other files named git-commit

git-commit skill
github/awesome-copilot · skills/git-commit/SKILL.md · Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when…
git:20260122.e24be77 · audit A · 39,368 stars
git-commit skill
thinkinaixyz/deepchat · resources/skills/git-commit/SKILL.md · Generate well-formatted git commit messages following conventional commit standards
git:20260113.8fd50e4 · audit A · 6,342 stars
git-commit skill
decebals/claude-code-java · skills/git-commit/SKILL.md · Generate conventional commit messages for Java projects. Use when user says "commit", "create commit", "commit…
git:20260828.702770a · audit A · 744 stars
git-commit skill
jackyst0/awesome-agent-skills · examples/git-commit/SKILL.md · Git commit message generator that creates conventional commit messages based on code changes.
git:20260128.ad055be · audit A · 643 stars
git-commit skill
cowork-os/cowork-os · resources/skills/git-commit/SKILL.md · Create a well-formatted commit message from staged changes
v1.0.0 · audit A · 459 stars
git-commit skill
aiskillstore/marketplace · skills/21pounder/git-commit/SKILL.md · Use this skill when user asks to "commit changes", "create a commit", "stage and commit", or wants help with git commit…
v1.0.0 · audit A · 427 stars
git-commit skill
fvadicamo/dev-agent-skills · plugins/github-workflow/skills/git-commit/SKILL.md · Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit…
git:20260517.91f300b · audit A · 72 stars
git-commit skill
huangwb8/skills · skills/alpha/git-commit/SKILL.md · 当用户明确要求"提交 Git 改动"、"生成 commit 信息"或"创建 git commit"时使用。仅用 Git 分析改动并自动生成 conventional commit 信息(可选 emoji);必要时建议拆分提交,默认运行本地…
git:20260905.a346b91 · audit A · 48 stars

Browse by kind, by grade A, or by owner.