commit
✓git コミットを作成するときに従来のコミット形式を強制します。コミット メッセージを作成する必要がある場合は常にこのスキルを使用します。 「commit」、「git commit」、「コミット」、「変更をコミット」でトリガーされます。
SKILL.md
Enforces Conventional Commits format for all git commit messages. This skill applies to both AI agents and human users.
| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, etc.) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/hrdtbs/agent-skills --skill commit- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-12
- 更新日
- 2026-02-18
クイックアンサー
commit とは?
git コミットを作成するときに従来のコミット形式を強制します。コミット メッセージを作成する必要がある場合は常にこのスキルを使用します。 「commit」、「git commit」、「コミット」、「変更をコミット」でトリガーされます。 ソース: hrdtbs/agent-skills。
commit のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hrdtbs/agent-skills --skill commit インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/hrdtbs/agent-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-12