Re-review a PR that has been updated since a previous review. Unlike a fresh review, focus on whether prior feedback was addressed and flag anything new.
Additional instructions: $ARGUMENTS
Instructions
- Get PR details using
gh pr viewand fetch all previous review comments usinggh api repos/{owner}/{repo}/pulls/{number}/commentsandgh api repos/{owner}/{repo}/pulls/{number}/reviews - For each prior comment, determine if it was addressed, partially addressed, or still open
- Review the current diff, focusing on changes since the last review
- Present findings in two parts:
- Internal analysis (not for posting): table of prior comments and their resolution status
- Draft review (for posting): only unresolved items from prior feedback and newly discovered issues. Do not rehash what the author already addressed.