スキル一覧に戻る
Ingramml

git-commit-message-helper

by Ingramml

Map on Racial Terrorism.

0🍴 0📅 2025年11月6日
GitHubで見るManusで実行

SKILL.md


name: Git Commit Message Helper description: Generate conventional commit messages following best practices. Use when user is committing code, needs commit message help, or says "commit" or "create commit". Provides consistent commit formatting across projects. allowed-tools: Read, Grep version: 1.0.0

Git Commit Message Helper

Purpose

Generate conventional commit messages following industry best practices and project standards.

When This Activates

  • User says "commit", "create commit message", "git commit"
  • User requests commit message help
  • User staging changes for commit

Steps

Step 1: Analyze Changes

  • Use Grep to examine staged changes
  • Identify type of change (feat, fix, docs, style, refactor, test, chore)

Step 2: Generate Message

Format:

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

<body>

<footer>

Step 3: Present to User

Show generated message, allow modifications


Commit Types

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • style: Formatting
  • refactor: Code restructuring
  • test: Tests
  • chore: Maintenance

Changelog

Version 1.0.0 (2025-10-20)

  • Initial release

End of Skill

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です