Back to list
xingxerx

git-commit-formatter

by xingxerx

0🍴 0📅 Jan 21, 2026

SKILL.md


name: git-commit-formatter description: Automatically analyzes staged changes and generates a Conventional Commit message.

Git Commit Formatter

This skill helps you generate semantic commit messages based on the Conventional Commits specification.

Usage

When the user asks to "commit changes" or "write a commit message":

  1. Check Status: Run git status to see what is staged.
  2. Analyze Diffs: Run git diff --cached to see the actual changes.
  3. Generate Message: Formulate a commit message with the following structure:
    <type>(<scope>): <description>
    
    [optional body]
    
    [optional footer(s)]
    
    • Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert.
    • Scope: A noun describing the section of the codebase (e.g., api, auth, parser).
  4. Propose: Propose the command git commit -m "..." to the user.

Rules

  • Keep the summary line under 72 characters.
  • Use the imperative mood in the subject line.
  • Mention closing issues in the footer (e.g., Closes #123).

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon