agentsclimarketplace

Git commit

Skill Brattlof/skillet/examples/git-commit

Package manager for MCP servers, Agent Skills (SKILL.md), and Claude Code commands, hooks, subagents, and output styles. Installs into Claude Code, Cursor, Codex, Gemini CLI, Copilot, and Cline.

Install
npx -y skills add Brattlof/skillet --skill git-commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Write a clear, conventional commit message from the staged diff.

SKILL.md

0.8 KB, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.