korosuke613-coding-agent-recipe-create-commit-prompt.prompt.json json Copy{
"prompt": "現在の変更を元に新しいコミットを作成してください。\n\n## 参考にする情報\n1. 現在のgit status状況を確認\n2. 変更差分を確認: `git diff --cached` (ステージング済み) または `git diff` (未ステージ)\n3. 直近のコミット履歴を確認: `git log --oneline -5`\n\n## コミットメッセージ規約\n**コンベンショナルコミット形式を日本語で使用**:\n- `feat: 新機能やコマンドの追加`\n- `fix: 既存機能の不具合修正`\n- `docs: READMEやドキュメントの更新`\n- `chore: GitHub設定やCI/CD関連`\n- `refactor: リファクタリング`\n- `test: テスト関連`\n\n## 実行手順\n1. git statusで変更状況を確認\n2. 必要に応じてgit addでファイルをステージング\n3. 変更内容に適したコミットメッセージを提案\n4. `git commit -m \"コミットメッセージ\"` でコミット作成\n\n実際にコマンドを実行してコミットを作成してください。",
"variables": [],
"notes": "現在の変更を元にコンベンショナルコミット形式でコミットを作成 Mode: agent.",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/korosuke613/coding-agent-recipe",
"path": ".github/prompts/create-commit.prompt.md",
"ref": "c24e97a4cf7e0737e3571e8d8e50797c7d90218c",
"url": "https://github.com/korosuke613/coding-agent-recipe/blob/c24e97a4cf7e0737e3571e8d8e50797c7d90218c/.github/prompts/create-commit.prompt.md",
"key": "korosuke613/coding-agent-recipe/.github/prompts/create-commit.prompt.md"
}
}
}