Your task
- •If no pull request exists for the branch, use
commit-push-prskill to create a pull request - •Check the status of the pull request
- •If the pull request is not passing checks, try to fix the issues
- •If the pull request is passing checks, open the pull request in the browser
- •Resolve review comments
Fixing issues
To fix issues, you can use the following tools:
- •
gh pr checksto check the status of the pull request - •
gr run viewto view the details of a run
直し方が不明な場合はユーザーに積極的に質問してください。テストの失敗量が多すぎる場合は報告してください。
Resolve Review Comments
レビューコメントを見て、もしそれが今回のPRに対して重要な指摘だと判断できたら、planファイルにその旨を追記して、修正を試みてください。重要な指摘とは、仕様の変更や致命的なバグの可能性についての言及になります。 判断が難しい場合はユーザーに積極的に質問してください。
Opening the pull request in the browser
To open the pull request in the browser, you can use the following tool:
- •
gh pr viewto open the pull request in the browser