pull-request

pull-request is a skill for Claude Code, Codex from WaniWani-AI/sdk. It costs 68 tokens per session (585 once invoked), scanned A, original, MIT.

A workflow for opening a GitHub pull request for the latest commit and linking it to a Linear ticket. GitHub pull requests are proposed code changes reviewed before they are merged.

In plain words
What is it for?
It checks the branch and commit messages for a ticket, creates one when needed, assigns it to the current user, sets it in progress, and creates and pushes the pull request.
Why use it?
It removes the repeated setup of finding or creating the right ticket, assigning it, pushing the branch, and connecting the work for automatic tracking.

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/waniwani-ai/sdk/pull-request
Any agent
npx skills add WaniWani-AI/sdk --skill pull-request
Clone the repo
git clone --depth 1 https://github.com/WaniWani-AI/sdk

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/waniwani-ai/sdk/pull-request.svg)](https://agentmods.dev/skills/waniwani-ai/sdk/pull-request)
Your own site
<a href="https://agentmods.dev/skills/waniwani-ai/sdk/pull-request"><img src="https://agentmods.dev/badge/skills/waniwani-ai/sdk/pull-request.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 585 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.00068 $0.00585
Opus 5 $0.00034 $0.00293
Sonnet 5 $0.00014 $0.00117
Haiku 4.5 $0.00007 $0.00059

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

Security

Grade A, and why

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 5d 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/pull-request/SKILL.md · 34 lines

How it starts

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

Create a Pull Request

Create a GitHub pull request immediately using the following rules:

Step 1: Ensure a Linear ticket exists (do this BEFORE pushing)

  1. Check whether a Linear ticket is already associated with this work. Look for a ticket identifier (e.g. WAN-123) in the current branch name and in the latest commit message(s).
  2. If a ticket identifier is found, reuse it - no need to create a new one.
  3. If NO ticket is found, create one with the Linear MCP:
    • Do NOT hardcode an email. The Linear MCP is authenticated as the person running this skill, so assign the issue with assignee: "me" - this is the reliable team-safe way to assign to the current user. (Git/GitHub email may differ from the Linear email, so matching by email is unreliable; only fall back to list_users matching if "me" is unavailable.) Use list_teams to resolve the team.
    • Create the issue with a concise title derived from the latest commit message, assigned to "me".
    • Set its state to "In Progress".
    • Capture the returned ticket identifier (e.g. WAN-123) and its URL.
    • Verify the assignment took effect (the created issue's assignee should be the current user); if it didn't, retry the assignment explicitly with save_issue.

Step 2: Create the PR

  1. Push any uncommitted changes first if needed. If there are uncommitted changes, commit them first before creating the PR.
  2. Ensure we're on the correct branch (not main/master).
  3. Use gh pr create --assignee @me to create the PR and auto-assign it to the user.
  4. Use the latest commit message as the PR title.
  5. Make sure the Linear ticket is referenced so Linear links and auto-closes the PR: include the ticket identifier (e.g. WAN-123) either in the branch name or in the PR description body. If the ticket identifier is NOT already in the branch name, the PR body MUST contain a line Closes WAN-123 (using the real identifier). If it is already in the branch name, leave the body empty.

Important:

  • Keep the PR title simple - just use the commit message as-is.
  • Do not add extra formatting or emoji to the title.
  • The Linear ticket check/creation MUST happen before pushing.

Read the full file on GitHub · 34 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. 5d ago First seen · 34 lines · 68 tokens per session scan A f39d9b76298c

Subscribe to this mod's changes

pull-request is a skill published in the GitHub repository WaniWani-AI/sdk (17 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 585 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.

Related

Other skills, from other repositories

codexless-release-supervisor

Prepare, validate, and publish Codexless preview/hotfix releases from the canonical household source, including acceptance anti-omission gates, candidate provenance/parity, manifest/build identity, native Windows/macOS fresh-install acceptance from clean public source, safe Git integration, GitHub prerelease…

liyana31811/Codexless · 87 tokens

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

squeeze-page-builder

Build email capture landing pages (squeeze pages) as single self-contained HTML files. Triggers on: "build a squeeze page", "email capture page", "lead magnet page", "create an opt-in page", "build an email list page", "lead capture landing page", "create a freebie page", "build a page to collect emails", "opt-in…

Affitor/affiliate-skills · 114 tokens

codex-with-chatgpt

Use ChatGPT (web) as the planning and review brain for Codex coding sessions, while Codex keeps full execution ownership. Use when the user says "使用 Codex with ChatGPT ..." / "Set up Codex with ChatGPT" / "用 ChatGPT 规划", when they ask to connect ChatGPT to the current workspace, disconnect it, or run a task through…

XiaoDuoYa/codex-with-chatgpt · 90 tokens

threebrowser-studio-mcp

Author, inspect, render, validate, animate, and save Three.js WebGPU projects in the native ThreeBrowser Studio through its real threestudio MCP tools. Use whenever Codex is asked to build or edit a ThreeBrowser Studio scene, material, Blender-style shader or texture graph, animation, lighting setup, camera, or…

SamG-Coder/ThreeBrowserStudio · 122 tokens

add-widget

Add a new widget (React UI + MCP tool) to this template. Use when asked to "add a widget", "add a new tool with UI", "create a new widget", "scaffold a widget", or "build a new MCP App feature".

pomerium/mcp-app-typescript-template · 56 tokens