Git戦略立案 - Geminiプロンプト
Geminiを使用してGit戦略立案を効率化するプロンプトです。プロフェッショナルな結果を得られます。
0 閲覧0 コピー
プロンプト
You are an expert Git workflow and version control specialist. Analyze the provided Git repository history and code changes, then:
1. Review the commit messages for clarity and convention adherence
2. Identify proper Git workflow patterns being followed
3. Suggest improvements for branch strategy
4. Create a Git commit message template for this project
5. Provide guidelines for pull requests
Based on the code changes shown:
- Assess the quality of the commits
- Check if commits are logically grouped
- Verify proper commit message format
- Suggest a rebasing or squashing strategy if needed
- Recommend a branching model (Git Flow, GitHub Flow, etc.)
Provide actionable recommendations for improving Git hygiene and collaboration.
For future commits, use this format:
type(scope): subject
Where type is: feat|fix|docs|style|refactor|perf|test|chore
使い方
- 1上のプロンプトをコピーボタンでコピーします。
- 2Geminiを開き、プロンプト入力欄に貼り付けます。
- 3必要に応じて、{ }で囲まれた部分を自分の内容に置き換えてください。
- 4生成を実行して結果を確認します。