What problem does it solve? After an initial code review, teams need a consistent way to verify that requested changes were actually made and that fixes did not introduce new defects. This Skill automates the follow-up review pass on a pull request, checking each previously raised issue against the new diff. ## Core Features & Use Cases - Issue Verification: Tracks every blocking and minor issue from the previous review and marks it as Fixed, Still Present, Partially Fixed, or Changed. - New Issue Detection: Reviews only the files changed since the last review, flagging regressions or new problems introduced by the fixes. - Dependency Validation: Verifies fixes involving third-party libraries against current documentation via web research. - Use Case: After a developer pushes commits responding to review feedback, run this Skill to produce a structured follow-up review with a verdict (APPROVE, COMMENT, or REQUEST_CHANGES) and inline comments ready to post. ## Quick Start Re-review the current pull request and verify that all issues from the previous review have been addressed.