agentsclimarketplace

Commit message generator

Skill elisaterumi-ai/agent-skills-in-practice/examples/commit-message-generator

Generates standardized and meaningful commit messages following best practices. Use when writing or improving commit messages.From its SKILL.md

Install
npx -y skills add elisaterumi-ai/agent-skills-in-practice --skill commit-message-generator

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

SKILL.md

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

Instructions

When generating a commit message:

  1. Understand the purpose of the changes
  2. Identify the main impact
  3. Use concise and clear language
  4. Prefer imperative tone (e.g., "Add", "Fix", "Update")
  5. Optionally include additional details

Output Format

type(scope): short description

  • bullet points explaining changes (optional)

Examples

feat(auth): add login with Google
fix(api): handle null response in user endpoint
refactor(ui): simplify navbar component

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.