Create or update a GitHub Pull Request
# Pull Request GitHub Pull Request を作成または更新します。 ## 手順 1. 現在のブランチを確認します 2. リモートにプッシュされていない場合はプッシュします - `git push -u origin <branch-name>` 3. 既存のPRがあるか確認します - `gh pr view` または `gh pr list` 4. PRがない場合は新規作成: - `gh pr create --title "<title>" --body "<body>"` 5. PRがある場合は更新: - `gh pr edit --title "<title>" --body "<body>"` ## PR本文の構成 ## 注意 - main/master への直接PRは避けてください - レビュアーの設定が必要な場合は確認してください
Create a pull request using the git-pushing skill
Create a pull request with a structured template
Enhanced PR preparation that combines Sanctum's workspace review with superpowers:receiving-code-review for comprehensive PR validation
Crée une Pull Request optimisée avec workflow structuré
Create a pull request with conventional commits formatting