Grey Haven Commit Format

🌐Community
by greyhaven-ai · vlatest · Repository

Automatically formats Git commit messages to adhere to Greyhaven AI's established style guide for consistency.

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 grey-haven-commit-format npx -- -y @trustedskills/grey-haven-commit-format
2

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

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

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

About This Skill

What it does

This skill ensures commit messages adhere to a specific, pre-defined format. It automatically parses and validates commit message structure, enforcing consistency across a codebase. The tool helps maintain clear and informative commit histories, improving collaboration and understanding of project changes.

When to use it

  • When establishing or maintaining coding standards within a team.
  • For projects requiring detailed audit trails of code modifications.
  • To automate the enforcement of commit message conventions in CI/CD pipelines.
  • During contributions to open-source projects with strict commit formatting guidelines.

Key capabilities

  • Commit message parsing and validation
  • Enforcement of predefined format rules
  • Automated checks for compliance
  • Integration into development workflows

Example prompts

  • "Validate this commit message: 'Fix: Resolved issue with user authentication.'"
  • "Format the following commit description to match our standard:" [paste long commit description]
  • "Check if this commit adheres to the grey-haven commit format:" [paste entire commit message]

Tips & gotchas

The skill relies on a pre-existing, defined commit format. Ensure this format is clearly documented and understood by all contributors before using the skill.

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
greyhaven-ai
Installs
2

🌐 Community

Passed automated security scans.