prs-awaiting-maintainer
List open pull requests where the ball is in the maintainer's court: CI is green and the PR is ready for a maintainer to review, re-review, or merge. Use when the user wants to see PRs awaiting maintainer action.
npx skills add dyoshikawa/rulesync --skill prs-awaiting-maintainer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# List PRs Awaiting Maintainer Action Identify open pull requests where the ball is in the **maintainer's** court — the PR is ready and the next action belongs to a maintainer (review, re-review, or merge), not the author. ## Signals That the Ball Is on the Maintainer's Side - CI is fully green: every check is passing, with none failing or pending. - The PR is not a draft. - And at least one of: - The PR was newly opened and has not been reviewed yet (awaiting first review). - The author pushed new commits after a `CHANGES_REQUESTED` review (re-review needed). - The author has replied to or resolved the review comments and is now waiting on the maintainer. - A maintainer review was requested and has not yet been provided. - The most recent meaningful activity is from the author (or CI) — not an unanswered maintainer question. Exclude a PR when the next action clearly belongs to the author (see the complementary `prs-awaiting-author` skill): CI failing, unaddressed review comments, changes requested without follow-up commits, or an open maintainer question awaiting the author's reply. ## Step 1: List Open Non-Draft PRs ```bash gh pr list --state open --limit 100 --json number,title,
- Signals That the Ball Is on the Maintainer's Side
- Step 1: List Open Non-Draft PRs
- Step 2: Gather Per-PR Signals
- Step 3: Classify
- Step 4: Report
gh pr list --state open --limit 100 --json number,title,author,isDraft,createdAt,updatedAt,url,reviewDecision,reviewRequests
What does the prs-awaiting-maintainer skill do?
List open pull requests where the ball is in the maintainer's court: CI is green and the PR is ready for a maintainer to review, re-review, or merge. Use when the user wants to see PRs awaiting maintainer action.
How do I install it?
Run `npx skills add dyoshikawa/rulesync --skill prs-awaiting-maintainer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From dyoshikawa/rulesync, a repository with 1,285 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.