git-convention とは?
Angular の規約形式に従って従来の git commit メッセージを生成します。このスキルは、コミットの作成、コミット メッセージの作成、または git 履歴の確認時に使用します。トリガーには、「git commit」、「commit message」、「changelog」、またはバージョン管理変更のリクエストが含まれます。 ソース: duckyman-ai/agent-skills。
Angular の規約形式に従って従来の git commit メッセージを生成します。このスキルは、コミットの作成、コミット メッセージの作成、または git 履歴の確認時に使用します。トリガーには、「git commit」、「commit message」、「changelog」、またはバージョン管理変更のリクエストが含まれます。
コマンドラインで git-convention AI スキルを開発環境にすばやくインストール
ソース: duckyman-ai/agent-skills。
Generate conventional git commit messages following Angular commit convention format.
| 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, missing semi-colons, 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/duckyman-ai/agent-skills --skill git-conventionAngular の規約形式に従って従来の git commit メッセージを生成します。このスキルは、コミットの作成、コミット メッセージの作成、または git 履歴の確認時に使用します。トリガーには、「git commit」、「commit message」、「changelog」、またはバージョン管理変更のリクエストが含まれます。 ソース: duckyman-ai/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/duckyman-ai/agent-skills --skill git-convention インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/duckyman-ai/agent-skills