version: "1.0.0" name: commit-push-pr-flow description: タスク完了後に自動的に実行する必要があるフロースキルです model: haiku
Commit, push, and open a PR
git status
git add .
git commit -m "生成したメッセージ"
git push -u origin HEAD
gh pr create --title "PRタイトル" --body "説明(日本語)"
gh pr view --web