Initial commit
This commit is contained in:
19
commands/commit.md
Normal file
19
commands/commit.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Commit Command
|
||||
|
||||
## Description
|
||||
|
||||
プロジェクトのコミットルールを確認し、現在の変更内容に基づいて適切なコミットを実行します。
|
||||
|
||||
## Prompt Template
|
||||
|
||||
以下のタスクを実行してください:
|
||||
|
||||
1. **MCP ツールを利用してコミットルールを確認する**
|
||||
2. **コミットルールに従って、コミットを行う**
|
||||
|
||||
## Notes
|
||||
|
||||
- MCP ツールを使用してプロジェクト固有のコミットルールを優先的に確認
|
||||
- ルールが見つからない場合は Conventional Commits 形式を使用
|
||||
- セキュリティ上の理由で機密情報を含むコミットメッセージは避ける
|
||||
- 生成されたコマンドをコピーして実行してください
|
||||
Reference in New Issue
Block a user