Commit Helper

🌐Community
by charon-fan · vlatest · Repository

This "Commit Helper" assists developers by suggesting descriptive commit messages and ensuring best practices for clearer code history.

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 charon-fan-commit-helper npx -- -y @trustedskills/charon-fan-commit-helper
2

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

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

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

About This Skill

What it does

The charon-fan-commit-helper skill assists in crafting effective Git commit messages. It can generate a well-formatted commit message based on provided changes or descriptions, ensuring clarity and adherence to best practices. This helps streamline the development workflow and improves code maintainability by creating consistent and informative commit history.

When to use it

  • Generating initial commit messages: When you've made several changes but are unsure how to summarize them concisely.
  • Ensuring proper formatting: To automatically format commit messages according to a specific style guide or convention.
  • Documenting complex changes: For larger commits, the skill can help articulate the purpose and scope of the modifications.
  • Improving team consistency: To standardize commit message structure across a development team.

Key capabilities

  • Generates Git commit messages based on provided context.
  • Supports various formatting conventions for commit messages.
  • Aids in summarizing changes made to code.

Example prompts

  • "Generate a commit message for these changes: fixed bug in user authentication."
  • "Create a formatted commit message describing the refactor of the payment processing module."
  • “Write a commit message following conventional commits format for this change: feat(api): add endpoint for retrieving product details”

Tips & gotchas

The skill's effectiveness depends on providing clear and concise information about the changes being committed. While it can generate messages, reviewing and potentially refining them is always recommended to ensure accuracy and completeness.

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
charon-fan
Installs
21

🌐 Community

Passed automated security scans.