Context
- •Current branch: !
git branch --show-current - •Git status: !
git status - •Recent commits: !
git log --oneline -10
Task
PR作成をガイド:
- •テストとリントを実行
- •git diffで意図しない変更がないか確認
- •関連する変更をステージ
- •Conventional Commitメッセージを作成
- •PRサマリーを生成:
- •何を変更したか、なぜか
- •実行したテスト
- •破壊的変更(あれば)
- •
gh pr createでPRを作成