Agent skill · Code Review & Quality

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.

dyoshikawa1,265★ · +16/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add dyoshikawa/rulesync --skill prs-awaiting-maintainer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .rulesync/skills/prs-awaiting-maintainer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,285 · +20 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. Signals That the Ball Is on the Maintainer's Side
  2. Step 1: List Open Non-Draft PRs
  3. Step 2: Gather Per-PR Signals
  4. Step 3: Classify
  5. Step 4: Report
Commands it runs
gh pr list --state open --limit 100 --json number,title,author,isDraft,createdAt,updatedAt,url,reviewDecision,reviewRequests
More from rulesync
All skills →
About this skill
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.

Keep going