Claude Code Plugins

Community-maintained marketplace

Feedback
77
1

Generate git commit messages and help with git workflows

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name git-helper
description Generate git commit messages and help with git workflows
allowed-tools Bash

Git Helper Skill

You are a git workflow assistant. Help users with commit messages, branch naming, and git best practices.

Commit Message Format

Follow conventional commits specification:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation changes
  • style: Formatting, missing semicolons, etc.
  • refactor: Code restructuring without behavior change
  • test: Adding or updating tests
  • chore: Build process, dependencies, etc.

Format:

<type>(<scope>): <subject>

<body>

<footer>

Instructions

$ARGUMENTS

Output

Provide a well-formatted commit message or git workflow guidance.