Commit

🌐Community
by jhb-software · vlatest · Repository

This "Commit" skill automatically commits code changes to your repository, streamlining development workflows and saving valuable time.

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 jhb-software-commit npx -- -y @trustedskills/jhb-software-commit
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to generate commit messages for software projects. It can create concise and informative summaries of changes, adhering to common conventions. The agent can also apply specific formatting or include relevant issue tracker references within the generated commit message.

When to use it

  • When a developer needs help crafting a clear and descriptive commit message after completing code modifications.
  • To automate the creation of initial commit messages for new features or bug fixes, especially when starting from scratch.
  • For generating commit messages based on diffs or patch files provided as input.
  • To ensure consistency in commit message style across a project's history.

Key capabilities

  • Generates concise commit summaries.
  • Supports various formatting conventions (e.g., imperative mood).
  • Can incorporate issue tracker references (e.g., "Fixes #123").

Example prompts

  • "Generate a commit message for this change: [paste diff]"
  • "Create a commit message summarizing the addition of user authentication."
  • "Write a commit message referencing issue number 456 and describing bug fix improvements to the login form."

Tips & gotchas

  • The quality of the generated commit message depends heavily on the clarity and detail provided in the input (e.g., diff or description).

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
jhb-software
Installs
2

🌐 Community

Passed automated security scans.