create-pull-request

create-pull-request is a skill for Claude Code, Codex from OutlineDriven/outline-driven-development. It costs 52 tokens per session (3,707 once invoked), scanned A, original, Apache-2.0.

A guided workflow for creating or updating one GitHub pull request, including its title, description, review details, and draft status.

In plain words
What is it for?
Use it to open a pull request, update a draft, refresh its description, or summarize changes for reviewers.
Why use it?
It reduces the chance of opening a PR with missing context, incorrect branch information, or an incomplete description.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Good fit Use it to open a pull request, update a draft, refresh its description, or summarize changes for reviewers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/create-pull-request
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 OutlineDriven/outline-driven-development --skill create-pull-request
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/outline-driven-development

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 create-pull-request

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/create-pull-request/github.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/create-pull-request)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/create-pull-request"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/create-pull-request/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 create-pull-request

Your own site · 80×15
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/create-pull-request"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/create-pull-request.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,707 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 48
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
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.00052 $0.03707
Opus 5 $0.00026 $0.01853
Sonnet 5 $0.00010 $0.00741
Haiku 4.5 $0.00005 $0.00371

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

Security

Grade A, and why

create-pull-request 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 2d 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.

.devin/skills/create-pull-request/SKILL.md · 118 lines

How it starts

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

Create pull request

Contract

Field Bound contract
Trigger User asks to create a PR, open or update a draft PR, write or refresh a PR description, revise an existing PR body for reviewer context, or append GitHub issue and Linear ticket references to a PR body.
Authority Human-gated: requires explicit human invocation and preview confirmation before each remote mutation. The write set is one GitHub PR: create or update its title, body, draft state, head, and base, or append one #### Issues block to its body. Rollback is gh pr edit restoring the prior body or closing the created PR.
Side effect Creates or updates a GitHub PR with a descriptive title and body, optionally as a draft; rewrites an existing PR body; or appends one #### Issues block. Remote mutation on GitHub, bounded to one PR.
Done The mode's done state holds: a created or updated PR whose remote title, body, draft state, head, and base match the preview (full, quick); a remote PR body that gives reviewers context the diff cannot, confirmed by a fresh read (describe); or a fresh remote read showing one non-duplicate #### Issues block with both supplied references (link-issues).

Inputs

Required:

  • Mode: one of full (default), quick, describe, link-issues. Pick the mode from the user's ask, not by guessing.
  • gh CLI installed and authenticated (gh --version, gh auth status).
  • For full and quick: a current git branch that is not main/master, with commits ahead of the base branch, and the base branch confirmed against the repository default (quick mode rechecks this and rebases when the branch is stale).
  • For describe: a PR number or URL and its diff context, retrieved via gh pr diff and gh pr view --json files.
  • For link-issues: a PR identifier accepted by gh pr view, a GitHub issue reference, and a Linear ticket key, all supplied exactly. Do not infer, search for, or substitute a missing identifier. Accept an explicit repository when the PR is not resolvable from the current repository.

Read the full file on GitHub · 118 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. 2d ago Changed · +39 lines · -17 tokens per session c7cfcf71a503
  2. 5d ago First seen · 79 lines · 69 tokens per session scan A b19d4336c85e

Subscribe to this mod's changes

create-pull-request is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 3d ago), licensed Apache-2.0. It adds 52 tokens to every session and 3,707 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-03.

Related

Other skills, from other repositories

git-branchless

Use when asked for multi-commit stack edits, rebases, fixups, or stacked-PR publishing with branchless git idioms. Not for plain-git workflows in repos without branchless.

OutlineDriven/odin-claude-plugin · 45 tokens

atomic-issues-prs

Use when the user says "atomic PRs" or requests one issue or PR per logical change. Don't use for single-change pushes or uncommitted change-sets.

OutlineDriven/odin-claude-plugin · 40 tokens

post-merge-cleanup

Use when a landed merge, release, or completed change needs its cleanup surface reconciled. Scans for stale TODOs, deprecations, unused flags, and doc gaps. Not for unrelated refactoring.

OutlineDriven/odin-claude-plugin · 48 tokens

git-workflow-and-versioning

Use when the user asks for release, version bump, changelog, or branch workflow beyond a single commit. Don't use for single commits or for publishing to a package registry.

OutlineDriven/odin-claude-plugin · 42 tokens

lockstep-version-guard

Use when a human invokes the release gate to prove all 28 ODIN plugins share one canonical version. Emits a per-file comparison and exits non-zero on mismatch. Don't use to edit release metadata or for remote, credential, publish, deploy, or irreversible changes.

OutlineDriven/odin-claude-plugin · 59 tokens

release-announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

paperclipai/paperclip · 42 tokens