commit-message

whyashthakker/agent-skills-marketing · updated Apr 9, 2026

$npx skills add https://github.com/whyashthakker/agent-skills-marketing --skill commit-message
0 commentsdiscussion
summary

### Conventional Commit Generator

  • Analyzes staged git changes using diff commands to understand the scope of modifications.
  • Categorizes changes into standard types like feat, fix, or refactor to ensure consistent commit history.
  • Produces a concise imperative subject line and a descriptive body explaining the reasoning behind the changes.
skill.md

Commit Message Generator

Analyse the current staged changes and generate a conventional commit message.

Workflow

  1. Run git diff --cached --stat to see which files changed
  2. Run git diff --cached to see the actual diff content
  3. Determine commit type: feat, fix, refactor, docs, test, chore, style, perf
  4. Write subject line in imperative mood, max 72 characters
  5. Add body paragraph explaining WHY the change was made

Output Format

Output the commit message as plain text, ready to paste into git commit -m. Never wrap in a code block.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.735 reviews
  • Isabella Farah· Dec 28, 2024

    commit-message has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Daniel Farah· Dec 28, 2024

    Useful defaults in commit-message — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Liam Okafor· Dec 4, 2024

    I recommend commit-message for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Kofi Khan· Nov 23, 2024

    Keeps context tight: commit-message is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yusuf Yang· Nov 19, 2024

    commit-message is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kofi Rahman· Oct 14, 2024

    commit-message is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Fatima Johnson· Oct 10, 2024

    Keeps context tight: commit-message is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yash Thakker· Sep 21, 2024

    We added commit-message from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Liam Bansal· Sep 1, 2024

    commit-message has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Emma Abebe· Aug 20, 2024

    Solid pick for teams standardizing on skills: commit-message is focused, and the summary matches what you get after install.

showing 1-10 of 35

1 / 4