What problem does it solve?
Pull requests stall silently — reviewers miss requests, authors ignore requested changes, and PRs sit idle for days before anyone notices. This Skill runs a daily sweep across your GitHub repositories and surfaces every PR that is overdue for review, stale, or blocked on unaddressed feedback, then nudges the responsible person in Slack.
Core Features & Use Cases
- Overdue Review Detection: Flags PRs where a requested reviewer has not submitted a review within the configured SLA hours, and nudges the reviewer.
- Stale PR Detection: Identifies PRs with no commits, comments, or reviews within the configured stale window, and nudges the author.
- Unaddressed Changes Tracking: Detects PRs whose latest review requested changes that the author has not responded to with a commit or comment.
- Use Case: An engineering team configures a daily cron so every morning a single Slack message lists all PRs awaiting review past 24 hours, PRs idle for over 5 days, and PRs with unanswered change requests, each tagging the person who owns the next move.
Quick Start
Ask the agent to run the PR review sweep across your configured repositories and post the grouped summary of overdue, stale, and blocked pull requests to your alert channel.