open-draft-pr

open-draft-pr is a skill for Claude Code, Codex from fallow-rs/fallow. It costs 47 tokens per session (268 once invoked), scanned A, original, MIT.

A workflow for turning local code changes into a ready-to-review GitHub pull request, which is a proposed change submitted for discussion and approval. It includes checking the scope, validating the change, committing, pushing, and opening the request.

In plain words
What is it for?
Use it when you want to publish local work, open a pull request, or make a branch ready for review. It also summarizes which validation checks were run.
Why use it?
It removes the repeated preparation work and gives the change a consistent commit, branch, and pull-request format.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/fallow-rs/fallow/open-draft-pr
Any agent
npx skills add fallow-rs/fallow --skill open-draft-pr
Clone the repo
git clone --depth 1 https://github.com/fallow-rs/fallow

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 open-draft-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/fallow-rs/fallow/open-draft-pr.svg)](https://agentmods.dev/skills/fallow-rs/fallow/open-draft-pr)
Your own site
<a href="https://agentmods.dev/skills/fallow-rs/fallow/open-draft-pr"><img src="https://agentmods.dev/badge/skills/fallow-rs/fallow/open-draft-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00047 $0.00268
Opus 5 $0.00023 $0.00134
Sonnet 5 $0.00009 $0.00054
Haiku 4.5 $0.00005 $0.00027

Measured 4d ago against content hash 1714fe48e541, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

open-draft-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 4d 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.

.agents/skills/open-draft-pr/SKILL.md · 28 lines

What it actually says

Open Review PR

This skill keeps its historical file/name for compatibility, but fallow PRs are ready for review by default. Do not open draft PRs unless the user explicitly asks for a draft.

Workflow:

  1. Review the changed files and confirm the scope.
  2. Run the smallest relevant validation for the touched area.
  3. Prepare a concise conventional commit message.
  4. Commit with signing if committing is requested.
  5. Push the branch.
  6. Open a ready PR with a high-signal conventional title and body.

Requirements:

  • Use conventional commits.
  • Use signed commits.
  • Use a descriptive non-codex/ branch name, for example feat/<slug>, fix/<slug>, refactor/<slug>, docs/<slug>, or chore/<slug>.
  • Do not pass --draft to gh pr create unless the user explicitly asks for a draft.
  • Do not add AI attribution.
  • Summarize validation honestly if some checks were not run.
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. 4d ago First seen · 28 lines · 47 tokens per session scan A 1714fe48e541

Subscribe to this mod's changes

open-draft-pr is a skill published in the GitHub repository fallow-rs/fallow (4,438 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 268 once invoked, about $0.0002 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.