Back to list
maxvaega

git-helper

by maxvaega

Implementing Skills functionality for your agents

100🍴 15📅 Jan 23, 2026

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.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon