wild-pr

wild-pr is a skill for Claude Code from paulbaranowski/wild-horses. It costs 69 tokens per session (2,775 once invoked), scanned A, original, MIT.

A workflow command that opens a GitHub pull request for the current code branch, then checks on it up to three times.

In plain words
What is it for?
Use it when you want to create a pull request and then tend its continuous-integration checks and code reviews.
Why use it?
It combines creating the pull request with follow-up checks, so you do not have to run those tasks separately.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the wild-pr plugin — 4 skills, 3 commands shipped together

Good fit Use it when you want to create a pull request and then tend its continuous-integration checks and code reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paulbaranowski/wild-horses/wild-pr
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 paulbaranowski/wild-horses --skill wild-pr
Clone the repo
git clone --depth 1 https://github.com/paulbaranowski/wild-horses

Made for: Claude Code.

Or install wild-pr, the plugin that ships this one along with the rest of its 4 skills, 3 commands.

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 wild-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/paulbaranowski/wild-horses/wild-pr/github.svg)](https://agentmods.dev/skills/paulbaranowski/wild-horses/wild-pr)
Your own site
<a href="https://agentmods.dev/skills/paulbaranowski/wild-horses/wild-pr"><img src="https://agentmods.dev/badge/skills/paulbaranowski/wild-horses/wild-pr/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 wild-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/paulbaranowski/wild-horses/wild-pr"><img src="https://agentmods.dev/badge/skills/paulbaranowski/wild-horses/wild-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,775 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 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.00069 $0.02775
Opus 5 $0.00034 $0.01388
Sonnet 5 $0.00014 $0.00555
Haiku 4.5 $0.00007 $0.00278

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

Security

Grade A, and why

wild-pr 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 11d 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.

plugins/wild-pr/skills/wild-pr/SKILL.md · 208 lines

How it starts

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

/wild-pr — create PR, then babysit ×3

Open a PR for the current branch, write its description with summary-writer, then tend it with babysit up to three times (stop early if a pass exits clean).

Dependencies (must be available this session):

  • summary-writer (this plugin) — description + title
  • babysit (this plugin) — CI + review tending

If either skill is missing, stop and tell the user what to install. Do not invent a substitute description format or a hand-rolled babysit loop.

Arguments: $ARGUMENTS — optional base branch name, or extra flags to pass through to gh pr create (e.g. --draft). Only pass values that are valid gh pr create flags or a base branch name — do not dump free-form prose into the create command.


Two moments make a PR URL known. /wild-pr creates the PR, or preflight finds one that already exists. From then on, end every message with the link on its own last line:

PR: https://github.com/<owner>/<repo>/pull/<n>

This holds on every exit path. Those are: clean, three passes spent, hard stuck, aborted mid-run, and a preflight PR that already existed. Print the full URL. A bare number does not satisfy this rule, so PR #340 created is a failure.

The rule outlives the phase that captured the URL. Placement differs by writer: your own messages end with the link, and a babysit report leads with it. Restate the line yourself after each pass, so your message still ends with it.


Composing other skills

For each dependency skill or command:

  1. Locate its installed SKILL.md or commands/*.md (plugin cache, marketplace checkout, or session skill list).
  2. Read that file with the Read tool — do not rely on memory or a paraphrase.
  3. Execute it fully, then return here to the next phase.

Don't paraphrase either dependency from memory. Don't skip the Read step even if you have used it before in this conversation.

When invoking babysit, treat the captured PR URL (or number) as the command's argument text — as if the user had run /wild-pr:babysit <url>. That feeds its Setup parser so it targets the right PR.

Read the full file on GitHub · 208 lines

Files

What ships with it

1 file 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. 11d ago First seen · 208 lines · 69 tokens per session scan A 6263ed6a30a5

Subscribe to this mod's changes

wild-pr is a skill published in the GitHub repository paulbaranowski/wild-horses (12 stars, last pushed 23d ago), licensed MIT. It adds 69 tokens to every session and 2,775 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-08-30.