agentsclimarketplace

Commit helper

Skill kero168/skillcheck/fixtures/commit-helper

Generates Conventional Commits style commit messages from staged changes. Use when the user asks for a commit message or wants staged diffs summarized.From its SKILL.md

Install
npx -y skills add kero168/skillcheck --skill commit-helper

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

  • 1 stars1 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.

SKILL.md

0.7 KB, 115 tokens by cl100k_base, as published. Nobody here has run it

Commit Helper

Generate a commit message for the currently staged changes.

Workflow

  1. Inspect the staged diff with git diff --staged.
  2. Group the changes by intent (feature, fix, refactor, docs, chore).
  3. Write a Conventional Commits subject line under 72 characters.
  4. Add a body that explains the "why" when the change is not obvious.

Output format

Return only the commit message, wrapped in a fenced code block, so the user can copy it directly into their editor or terminal.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.