Git Commit Helper

🌐Community
by microck Β· vlatest Β· Repository

Automates Git commit creation from Microcks test results, streamlining documentation and issue tracking.

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

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

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

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

About This Skill

What it does

The Git Commit Helper skill assists with crafting effective and informative git commit messages. It can generate a suggested commit message based on the changes made in staged files, or format an existing message according to conventional commits guidelines. This helps maintain a clear and consistent project history for easier collaboration and debugging.

When to use it

  • You've made several changes but are unsure how to best describe them in a git commit message.
  • Your team follows the Conventional Commits specification, and you need help ensuring your messages adhere to that format.
  • You want to quickly generate a base commit message to then refine with more specific details.
  • You're working on a large project where consistent commit history is crucial for maintainability.

Key capabilities

  • Generates suggested commit messages based on staged changes.
  • Formats commit messages according to Conventional Commits guidelines.

Example prompts

  • "Generate a commit message for my current staged files."
  • "Format this commit message: 'Fixes bug in login page' using conventional commits."
  • β€œWhat would be a good commit message for changes to the README file?”

Tips & gotchas

  • Ensure your working directory is clean (or at least have changes staged) before requesting a commit message. The skill relies on analyzing those changes.

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
microck
Installs
8

🌐 Community

Passed automated security scans.