drain-prs

drain-prs is a skill for Claude Code from jikig-ai/soleur. It costs 55 tokens per session (2,552 once invoked), scanned A, original, no licence file.

A workflow for processing open GitHub pull requests, which are proposed code changes awaiting review. It sorts them by merge readiness, confirms the scope with an operator, and merges the ones that pass checks.

In plain words
What is it for?
Use it to triage, fix, validate, and merge eligible remote GitHub pull requests.
Why use it?
It gives a structured way to review a queue of open pull requests and avoid merging changes before they are ready.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the soleur plugin — 57 skills, 2 commands, 1 hook shipped together

Good fit Use it to triage, fix, validate, and merge eligible remote GitHub pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jikig-ai/soleur/drain-prs
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 jikig-ai/soleur --skill drain-prs
Clone the repo
git clone --depth 1 https://github.com/jikig-ai/soleur

Made for: Claude Code.

Or install soleur, the plugin that ships this one along with the rest of its 57 skills, 2 commands, 1 hook.

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 drain-prs

README.md
[![agentmods](https://agentmods.dev/badge/skills/jikig-ai/soleur/drain-prs/github.svg)](https://agentmods.dev/skills/jikig-ai/soleur/drain-prs)
Your own site
<a href="https://agentmods.dev/skills/jikig-ai/soleur/drain-prs"><img src="https://agentmods.dev/badge/skills/jikig-ai/soleur/drain-prs/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 drain-prs

Your own site · 80×15
<a href="https://agentmods.dev/skills/jikig-ai/soleur/drain-prs"><img src="https://agentmods.dev/badge/skills/jikig-ai/soleur/drain-prs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,552 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.
Origin unknown 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.00055 $0.02552
Opus 5 $0.00028 $0.01276
Sonnet 5 $0.00011 $0.00510
Haiku 4.5 $0.00006 $0.00255

Measured today against content hash 78a1a684015d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

drain-prs 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 today.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/triage-prs.sh, test/argv-ceiling.test.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/soleur/skills/drain-prs/SKILL.md · 133 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +4 lines 78a1a684015d
  2. 2d ago Changed · +2 lines 47412dabd630
  3. 8d ago First seen · 127 lines · 55 tokens per session scan A 39828035d122

Subscribe to this mod's changes

drain-prs is a skill published in the GitHub repository jikig-ai/soleur (15 stars, last pushed today), with no licence file. It adds 55 tokens to every session and 2,552 once invoked, about $0.0003 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-09-04.

Related

Other skills, from other repositories

pr

Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.

umputun/cc-thingz · 51 tokens

pr-threads-address

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

posit-dev/skills · 48 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens

procoder

Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…

azrtydxb/procoder · 101 tokens

take-task

A workflow for claiming a tracker task and preparing the development branch for it. It verifies the task, marks it as in progress, checks for uncommitted changes, and handles branch setup according to the task state.

restarter/lets-workflow · 76 tokens

coverage-check

Run the repo's unit tests with coverage and verify that every file touched in the current change keeps line, branch, and function coverage at or above 95%. Language- and framework-agnostic. Use before committing, before PR creation, or when the user asks about coverage.

theam/claude-dev-kit · 59 tokens