Commit Helper

🌐Community
by shunsukehayashi · vlatest · Repository

This "Commit Helper" suggests improvements to your Git commit messages for clarity and best practices, streamlining 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 shunsukehayashi-commit-helper npx -- -y @trustedskills/shunsukehayashi-commit-helper
2

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

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

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

About This Skill

What it does

This skill, commit-helper, assists with generating Git commit messages. It can help craft concise and informative commit descriptions based on provided code changes or project context. The tool aims to streamline the commit process and improve code history clarity for developers.

When to use it

  • You've made several code changes but struggle to articulate them in a clear commit message.
  • You want to ensure your commit messages follow established conventions within a team or project.
  • You need help summarizing a large or complex change set into a brief and meaningful description.
  • You are working on a new feature and require assistance formulating a descriptive commit message for the initial implementation.

Key capabilities

  • Generates Git commit messages.
  • Assists in crafting concise descriptions of code changes.
  • Supports established commit conventions (implied).

Example prompts

  • "Generate a commit message for these changes: [paste diff]"
  • "Write a commit message summarizing the implementation of user authentication."
  • "Create a commit message describing the refactoring of the database connection logic."

Tips & gotchas

The effectiveness of this skill depends on providing clear and concise information about the code changes or feature being committed. It's best used in conjunction with human review to ensure accuracy and completeness of the generated commit messages.

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
shunsukehayashi
Installs
3

🌐 Community

Passed automated security scans.