Semantic Git

🌐Community
by siviter-xyz · vlatest · Repository

Automates Git commit messages and branching based on code changes' semantic meaning, improving clarity and workflow.

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 semantic-git npx -- -y @trustedskills/semantic-git
2

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

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

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

About This Skill

What it does

This skill automates Git commit messages and branching by leveraging conventional commit formats and atomic commits. It aims to improve clarity and workflow within a Git repository, particularly when used with AI IDEs like Cursor. The skill prefers using zagi (a better git interface for agents) if available but falls back to plain git commands otherwise.

When to use it

  • Committing changes to Git
  • Staging files for commit
  • Creating commit messages
  • Managing atomic commits
  • Before pushing changes

Key capabilities

  • Automates Git commit message formatting using conventional commit types (feat, fix, docs, etc.).
  • Enforces atomic commits (grouping related code and tests together).
  • Prefers zagi for Git operations when installed; falls back to plain git.
  • Provides user confirmation before running any Git commands.
  • Displays the exact Git commands that will be executed.

Example prompts

  • "Commit these changes with a 'feat' type."
  • "Stage and commit this file, using conventional commit format."
  • “Create a commit message for this change.”

Tips & gotchas

  • The skill works best when zagi is installed (either via an alias or binary).
  • Even with zagi available, the skill generates plain Git commands.
  • Always expect user confirmation before committing 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
siviter-xyz
Installs
61

🌐 Community

Passed automated security scans.