agentsclimarketplace

Commit helper

Skill kero168/skillcheck/fixtures/commit-helper

Lint, validate, and measure token cost of Agent Skills (SKILL.md) — quality tooling for the skills ecosystem.

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.

2 things to look at

  • 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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

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.

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.