What problem does it solve? Open pull requests often sit unreviewed for days, forcing whoever decides to merge to start from a cold diff. This Skill runs unattended on a schedule, reviews every open pull request waiting on a reviewer, and posts findings with a merge verdict so a human starts from analysis rather than raw changes. ## Core Features & Use Cases - Automated Diff Review: Runs a structured code-review checklist over each pull request diff, classifying findings as Blocking, Important, or Suggestion with file and line references. - Merge-State Analysis: Reads checks, mergeable status, distance from the base branch, and linked issues to produce one verdict per pull request: ready, changes requested, or blocked. - Idempotent Commenting: Posts exactly one comment per head commit using a hidden marker, so daily re-runs only review what changed and never flood a thread. - Use Case: A team schedules a weekday run so every pull request pushed the previous day already carries a review comment with findings and a verdict when reviewers arrive in the morning. ## Quick Start Run the schedule-merge-review skill against this repository to review all open pull requests and post a findings comment with a merge verdict on each one.