スキル一覧に戻る
timhiebenthal

commit-message-creator

by timhiebenthal

UI to simplify the data-modelling conception and documentation process

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

SKILL.md


name: commit-message-creator description: This skill ensures all git commit messages follow the Conventional Commits specification."

Commit Message Creator

Instructions

When I ask you to commit changes or write a commit message, you must analyze the staged changes (diff) and categorize the work into one of the following types:

  • feat: A new feature for the user, not a new feature for builds or internal components.
  • fix: A bug fix for the user, not a fix to a build script.
  • docs: Changes to the documentation.
  • style: Formatting, missing semi colons, etc; no production code change.
  • refactor: Refactoring production code, eg. renaming a variable.
  • test: Adding missing tests, refactoring tests; no production code change.
  • chore: Updating grunt tasks etc; no production code change.

Rules

  1. Format: <type>(<optional scope>): <description>
  2. Style: Use the imperative, present tense: "change" not "changed" nor "changes".
  3. Case: The description should be lowercase and should not end with a period.
  4. Scope: If the change is specific to a module or package, include it in parentheses, e.g., feat(auth): add login logic.

Example

  • feat: add password strength meter
  • fix(ui): resolve alignment issue on mobile
  • chore: update dependencies

スコア

総合スコア

60/100

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

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

レビュー

💬

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