Commit Messages

🌐Community
by hisami · vlatest · Repository

Generates clear, concise, and informative commit messages based on your code changes for better version control and collaboration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add commit-messages npx -- -y @trustedskills/commit-messages
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "commit-messages": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/commit-messages"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill generates well-formatted and descriptive commit messages based on provided code changes or descriptions. It aims to create clear, concise, and informative commit history that aids in collaboration and understanding project evolution. The generated messages adhere to common conventions like separating subject from body with a blank line.

When to use it

  • When you need help crafting a good commit message for recent code modifications.
  • To ensure consistency in commit message style across a development team.
  • For quickly generating commit messages during automated workflows or scripting tasks.
  • When documenting changes made during refactoring or bug fixes.

Key capabilities

  • Generates descriptive subject lines.
  • Creates informative body text explaining the change.
  • Adheres to common commit message conventions (subject/body separation).

Example prompts

  • "Generate a commit message for fixing a typo in the README file."
  • "Create a commit message describing the implementation of user authentication."
  • “Write a commit message detailing changes made during database schema migration.”

Tips & gotchas

The quality of the generated commit messages depends on the clarity and detail provided in the input. Providing context about the code changes will yield more accurate and useful results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
hisami
Installs
2

🌐 Community

Passed automated security scans.