What problem does it solve? Teams with active pull request queues lose track of which PRs still need review, and manually checking each one for drafts, prior reviews, and claim locks is repetitive and error-prone. This Skill automates the day-start review sweep so every eligible PR gets a consistent, full review without duplicating work another agent already owns. ## Core Features & Use Cases - Queue Discovery and Filtering: Fetches open PRs from the tracker and filters out drafts, already-reviewed PRs, your own PRs, blocked items, and PRs claimed by other actors via assignees or in-progress labels. - Sequential Delegated Reviews: Runs the full om-auto-review-pr workflow on each queued PR, newest first, recording a verdict and one-sentence outcome per PR. - Claim-Lock Respect: Treats in-progress labels and foreign assignees as ownership signals and never force-claims in batch mode, while correctly ignoring the ci-monitoring label. - Session Summary: Posts a final markdown table with verdicts, labels, and outcome explanations for every PR processed. - Use Case: At the start of each day, run the sweep to review every unreviewed open PR in the repository, producing a complete review session report without manually triaging the queue. ## Quick Start Ask the agent to review all currently unreviewed open pull requests in this repository, newest first.