maxvaega

git-helper

Generate git commit messages and help with git workflows

maxvaega 146 20 Updated 10mo ago
GitHub

Install

npx skillscat add maxvaega/skillkit/git-helper

Install via the SkillsCat registry.

About this skill

This skill generates conventional commit messages and provides guidance for git workflows, including branch naming and best practices. It helps developers maintain consistent commit formatting and navigate git operations more efficiently. Use it when working with git repositories to automate commit message creation or receive workflow assistance.

SKILL.md

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.