commit-messages
✓git diff から明確で従来のコミット メッセージを生成します。コミット メッセージを作成するとき、段階的な変更を確認するとき、またはリリースを準備するときに使用します。
SKILL.md
Generate consistent, informative commit messages following the Conventional Commits specification.
| feat | New feature | feat(auth): add OAuth2 login | | fix | Bug fix | fix(api): handle null response | | docs | Documentation only | docs(readme): add setup instructions | | style | Formatting, no code change | style: fix indentation | | refactor | Code change, no new feature/fix | refactor(db): extract query builder |
| perf | Performance improvement | perf(search): add result caching | | test | Adding/fixing tests | test(auth): add login unit tests | | build | Build system changes | build: update webpack config | | ci | CI configuration | ci: add GitHub Actions workflow | | chore | Maintenance tasks | chore(deps): update dependencies |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
commit-messages とは?
git diff から明確で従来のコミット メッセージを生成します。コミット メッセージを作成するとき、段階的な変更を確認するとき、またはリリースを準備するときに使用します。 ソース: thedecipherist/claude-code-mastery。
commit-messages のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/thedecipherist/claude-code-mastery