batch-review-prs-awaiting-maintainer

batch-review-prs-awaiting-maintainer is a skill for Claude Code, Codex from dyoshikawa/rulesync. It costs 83 tokens per session (861 once invoked), scanned A, original, MIT.

A workflow for reviewing and resolving a batch of open GitHub pull requests that are waiting for a maintainer.

In plain words
What is it for?
Use it to list eligible PRs, review them, post merge-blocking comments, create follow-up issues for minor findings, or merge clean PRs.
Why use it?
It turns repeated PR review work into a consistent process and chooses the next action based on whether findings block merging.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list eligible PRs, review them, post merge-blocking comments, create follow-up issues for minor findings, or merge clean PRs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer
About the project

Rulesync is a command-line tool that generates configuration for different AI development tools from a shared set of rules. Developers use it to keep instructions, commands, MCP settings, ignore files, subagents, and skills consistent across coding agents. Catalogue skills support workflows built around Rulesync.

dyoshikawa/rulesync · 1,403 stars · on GitHub · rulesync.dyoshikawa.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dyoshikawa/rulesync --skill batch-review-prs-awaiting-maintainer
Clone the repo
git clone --depth 1 https://github.com/dyoshikawa/rulesync

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for batch-review-prs-awaiting-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer/github.svg)](https://agentmods.dev/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer)
Your own site
<a href="https://agentmods.dev/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer"><img src="https://agentmods.dev/badge/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for batch-review-prs-awaiting-maintainer

Your own site · 80×15
<a href="https://agentmods.dev/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer"><img src="https://agentmods.dev/badge/skills/dyoshikawa/rulesync/batch-review-prs-awaiting-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 861 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00861
Opus 5 $0.00042 $0.00430
Sonnet 5 $0.00017 $0.00172
Haiku 4.5 $0.00008 $0.00086

Measured 10d ago against content hash 35a46f741ddb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

batch-review-prs-awaiting-maintainer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.rulesync/skills/batch-review-prs-awaiting-maintainer/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Batch Review PRs Awaiting Maintainer

This skill triages a batch of open pull requests end to end. It lists the candidate PRs, reviews each one, and then takes one of two actions per PR depending on whether the review surfaced any merge-blocker-level findings.

A finding is merge-blocker level when it is severe enough that the PR must not be merged as-is — typically severity high or critical (for example, correctness bugs, security vulnerabilities, data loss, or broken/failing CI). Findings of severity mid or low (style nits, minor refactors, non-urgent improvements) are not merge blockers.

Step 1: List Target PRs

Use the prs-awaiting-maintainer skill to list the open pull requests where the ball is in the maintainer's court — CI is green and the PR is ready to review, re-review, or merge. Collect their PR numbers as the work list for the following steps.

If the list is empty, report that there is nothing to triage and stop.

Step 2: Review and Resolve Each PR

Process the PRs one at a time. For each PR number target_pr:

2-1. Review

Use the review-pr skill with target_pr. It assigns each finding a severity (low / mid / high / critical) and also reports the GitHub Actions workflow status.

2-2. Classify

Decide whether the review produced any merge-blocker-level finding (severity high or critical, or failing/blocked CI), using the definition above.

2-3a. Has Merge-Blocker Findings → Post Comments

If there is at least one merge-blocker-level finding:

  • Use the post-review-comments skill with target_pr, using the review results from Step 2-1 to leave line-level and overall review comments.
  • Do not merge this PR. The ball goes back to the author.

2-3b. No Merge-Blocker Findings → Issue-ify and Merge

If there are no merge-blocker-level findings (only mid/low findings, or none at all):

  1. If any non-blocking findings remain, capture them for later by invoking the create-scrap-issue skill with the findings (background context plus the suggested follow-ups), so they are tracked as a maintainer-scrap issue instead of blocking the merge. If there are no findings at all, skip this.
  2. Merge the PR by using the merge-pr skill with target_pr.

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 84 lines · 83 tokens per session scan A 35a46f741ddb

Subscribe to this mod's changes

batch-review-prs-awaiting-maintainer is a skill published in the GitHub repository dyoshikawa/rulesync (1,403 stars, last pushed today), licensed MIT. It adds 83 tokens to every session and 861 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.