Conventional Commit

🏢Official
by github · vlatest · Repository

Generates standard commits following Conventional Commits specification for improved project maintainability and collaboration.

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

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

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

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

About This Skill

What it does

The conventional-commit skill helps AI agents generate commit messages that follow the Conventional Commits specification. This ensures consistency in version control by using standardized types like feat, fix, and chore along with clear, concise descriptions.

When to use it

  • When preparing a commit message for a code change that needs to be documented consistently.
  • When working on collaborative projects where team members follow the Conventional Commits standard.
  • When automating commit message generation as part of a CI/CD pipeline or development workflow.

Key capabilities

  • Generates commit messages with proper type and scope.
  • Follows the structure: <type>(<scope>): <subject>.
  • Ensures clarity and consistency in version control history.

Example prompts

  • "Write a conventional commit message for adding a new feature to the authentication module."
  • "Generate a fix commit for a bug in the payment processing function."
  • "Create a chore commit for updating dependencies."

Tips & gotchas

  • Make sure your team agrees on the scope and types used, as conventions can vary slightly between projects.
  • This skill assumes familiarity with Conventional Commits; provide context if the AI agent needs to adapt to project-specific rules.

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
github
Installs
4.1k

🏢 Official

Published by the company or team that built the technology.