Commit Helper

🌐Community
by tzuchaine · vlatest · Repository

This "Commit Helper" suggests improved commit messages based on your code changes, streamlining workflows and boosting code quality.

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

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

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

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

About This Skill

What it does

The tzuchaine-commit-helper skill assists with generating Git commit messages. It can analyze changes, suggest concise summaries, and format commits according to established conventions. This helps ensure a clear and consistent project history for developers.

When to use it

  • You need help crafting effective commit messages when making code changes.
  • You want to enforce a specific commit message style within your team or project.
  • You're working on a large pull request and want to generate a summary of the changes.
  • You are unsure how to best describe the changes you made in a concise manner.

Key capabilities

  • Generates commit summaries based on code diffs.
  • Supports formatting commits according to conventions.
  • Provides suggestions for concise descriptions.

Example prompts

  • "Summarize these changes into a git commit message." (followed by the diff)
  • "Generate a commit message for this pull request." (with link to PR)
  • "Format this commit message: 'Fixes bug'"

Tips & gotchas

The skill's effectiveness depends on providing clear and concise code changes. It is best used in conjunction with version control systems like Git.

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
tzuchaine
Installs
2

🌐 Community

Passed automated security scans.