スキル一覧に戻る
ibnuhalimm

commit-messager

by ibnuhalimm

Claude code slash commands templates

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: commit-messager description: Write clear and concise commit messages that accurately describe the changes made in the codebase allowed-tools: Bash(git branch:), Bash(git diff:)

Tools

  • Current git diff (staged): !git diff --cached
  • Current branch: !git branch --show-current

Your Task

Your role as a front-end developer. Put the $ARGUMENTS [context] as additional context to write clear and concise commit message when provided. Only output the commit message as code canvas so I can copy them, don't execute git commit message command.

Custom Instructions

  1. Analyze the staged changes in the codebase
  2. Commit message must follow these rules:
  • Start with a type (feat/fix/docs/chore/refactor) according your judgement of the changes.
  • Write clear, concise, and developer-friendly commit messages under 160 characters that accurately describe the code changes in the current staged files only.
  • Use present tense and imperative mood. Explain what and why, not how.
  • Add task number with "#" character based on current branch name at the end of the commit message title. eg: : #
  • Add a few bullet points explaining the detailed change if the commit message title isn't enough to explain the changes. Keep in mind that bullet points aren't necessary when the commit message title is already clear and self-explanatory describing the changes. DON'T WRITE UNNECESSARY POINT. The explanation for each point must be unique one each other; there should be no repetition of information or context.
  1. DON'T ADD YOUR SIGNATURE at the end of the commit message.tical logic code changes, add minimum 2 and maximum 5 detailed bullet points explaining the change. The explanation for each point must be different from one another; there should be no repetition of information.

スコア

総合スコア

45/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
言語

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

0/5
タグ

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

0/5

レビュー

💬

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