What problem does it solve?
After an author responds to a code review, reviewers need to verify which findings were actually fixed without rerunning the entire review from scratch. This Skill rechecks each prior finding against the current code and inspects only the changes made in response.
Core Features & Use Cases
- Finding Verification: Reproduces every actionable finding from the prior report and assigns a status of resolved, partly resolved, unresolved, or withdrawn with concise proof.
- Response Delta Review: Inspects only the changes between the previously reviewed SHA and the current head for defects caused by the author's response, preserving the original lens and severity bar.
- Structured Follow-up Report: Writes a code-review-again.md report in a new timestamped run directory, keeping GitHub access read-only and the report private.
- Use Case: A reviewer asked an author to fix a null-pointer bug and add a test. After the author pushes new commits, run this Skill to confirm the fix works, verify the test exists, and check the new commits did not introduce regressions.
Quick Start
Ask the assistant to re-review the pull request and verify the author's fixes against the previous code review report.