git-commit とは?
戦略的なワークフロー、厳格な従来のコミット標準、安全な実行プロトコルを組み合わせた包括的な Git エージェント スキル。上級エンジニアとして機能し、アトミックで検証可能で標準化された Git 操作をユーザーにガイドします。 ソース: chiperman/agent-skills。
戦略的なワークフロー、厳格な従来のコミット標準、安全な実行プロトコルを組み合わせた包括的な Git エージェント スキル。上級エンジニアとして機能し、アトミックで検証可能で標準化された Git 操作をユーザーにガイドします。
コマンドラインで git-commit AI スキルを開発環境にすばやくインストール
ソース: chiperman/agent-skills。
"Think before you commit." Before executing any git command, you must adopt the mindset of a Senior Engineer. Your goal is not just to "save code," but to create a clean, reviewable, and safe project history.
| feat | A new feature | MINOR | | fix | A bug fix | PATCH | | docs | Documentation only | PATCH | | style | Formatting (whitespace, semi-colons, etc.) | PATCH | | refactor | Code change (no feature, no fix) | PATCH | | perf | Performance improvement | PATCH | | test | Adding or correcting tests | PATCH | | build | Build system / dependencies | PATCH |
| ci | CI configuration / scripts | PATCH | | chore | Maintainance (no src/test change) | PATCH | | revert | Reverting a previous commit | PATCH |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/chiperman/agent-skills --skill git-commit戦略的なワークフロー、厳格な従来のコミット標準、安全な実行プロトコルを組み合わせた包括的な Git エージェント スキル。上級エンジニアとして機能し、アトミックで検証可能で標準化された Git 操作をユーザーにガイドします。 ソース: chiperman/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/chiperman/agent-skills --skill git-commit インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/chiperman/agent-skills