whyashthakker/agent-skills-marketing

commit-message

Generates conventional commit messages by analysing staged git changes. Use when the user asks to commit, write a commit message, or mentions git commits.

First seen Apr 25, 2026

Installation

$ npx skills add whyashthakker/agent-skills-marketing --skill commit-message

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from whyashthakker/agent-skills-marketing · top by installs.

npx skills add whyashthakker/agent-skills-marketing

Browse all from whyashthakker/agent-skills-marketing

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Grep, Bash(git *)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 880 B
  • docs SUMMARY.md 176 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 27 installs

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.