スキル一覧に戻る
thinceller

git-commit-guidelines

by thinceller

management dotfiles

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

SKILL.md


name: Git Commit Guidelines description: This skill should be used when the user asks to "write a commit message", "format commit", "commit message style", or needs guidance on conventional commit format.

Git Commit Guidelines

This skill provides guidance for writing conventional commit messages.

Commit Message Format

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

<body>

<footer>

Types

TypeDescription
featNew feature
fixBug fix
docsDocumentation only
styleFormatting, no code change
refactorCode change, no feature/fix
testAdding tests
choreMaintenance tasks

Rules

  1. Subject line max 50 characters
  2. Use imperative mood ("Add feature" not "Added feature")
  3. No period at end of subject
  4. Blank line between subject and body
  5. Body explains what and why, not how

Examples

Good:

feat(auth): add OAuth2 login support

Implement Google and GitHub OAuth providers.
Closes #123

Bad:

Updated the login page to support OAuth

Quick Reference

  • feat: New functionality for users
  • fix: Bug fix for users
  • docs: Documentation changes
  • refactor: Code restructuring
  • test: Test additions/changes
  • chore: Build, CI, dependencies

スコア

総合スコア

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

レビュー

💬

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