create-pr

A workflow for preparing a GitHub pull request, the proposal used to merge code changes into a repository. It verifies, formats, tests, pushes the changes, and creates the request with standard commit and title formats.

In plain words
What is it for?
Use it when a change is ready to validate, send to GitHub, and present as a structured pull request with a conventional title and commit history.
Why use it?
It gathers routine release checks and pull-request preparation into one process. This helps catch problems and keeps the submitted change easy for other developers to review.

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/shailesh17/mcp-httpserver-proxy/create-pr
Any agent
npx skills add shailesh17/mcp-httpserver-proxy --skill create-pr
Clone the repo
git clone --depth 1 https://github.com/shailesh17/mcp-httpserver-proxy

Made for: Claude Code, Codex.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,241 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.00043 $0.01241
Opus 5 $0.00022 $0.00620
Sonnet 5 $0.00009 $0.00248
Haiku 4.5 $0.00004 $0.00124

Measured yesterday against content hash 242064ecdd0a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-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 yesterday.

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/create-pr/SKILL.md · 149 lines

How it starts

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

Create PR Skill

Use this skill when you need to prepare, verify, push, and create a Pull Request on GitHub following this repository's AI-native development standards.


📋 Standard PR Title Format (Conventional Commits)

All Pull Request titles and commit messages must follow the standard Conventional Commit pattern:

<type>(<optional-scope>): <description>

Type Reference

Type Description Example
feat New feature or capability feat(cli): add interactive options and help flag ✨
fix Bug fix or error resolution fix(transport): prevent message drop during init 🐛
docs Documentation changes docs(readme): add Cursor and VS Code setup guides 📝
style Formatting or styling adjustments style: standardize TypeScript import order 🎨
refactor Code restructuring without logic change refactor(proxy): extract signal cleanup handlers ♻️
perf Performance improvement perf(sse): optimize message serialization 🚀
test Adding or updating tests test: add mock SSE server end-to-end suite 🧪
build Build system or dependency updates build: update TypeScript target to ES2022 📦
ci CI/CD workflow updates ci: add Node 24 matrix test and semantic PR check 👷
chore Tooling, configs, or maintenance chore(trunk): track .trunk configs in Git 🔧
revert Reverting a previous commit revert: undo experimental stream buffer ⏪

🛠️ Step-by-Step Execution Workflow

Step 1: Pre-flight Verification & Stream Hygiene

Run all verification tools to ensure zero build errors, format violations, or lint issues:

Read the full file on GitHub · 149 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. yesterday First seen · 149 lines · 43 tokens per session scan A 242064ecdd0a

Subscribe to this mod's changes

create-pr is a skill published in the GitHub repository shailesh17/mcp-httpserver-proxy (2 stars, last pushed 9d ago), licensed MIT. It adds 43 tokens to every session and 1,241 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-31.

Related

Other skills, from other repositories

apple-music

Apple Music integration — AppleScript (local Music.app) and the Apple Music API / web player (cross-platform library, playlists, playback, and queue).

epheterson/applemusic-mcp · 35 tokens

outlook

Use Microsoft Outlook end-to-end — read, search, triage, and send mail; manage calendar events and meeting invites; work with contacts, tasks, color categories, and mail rules; check Out-of-Office. Trigger this skill whenever the user asks to do anything with their inbox, email, calendar, meetings, contacts, or to-do…

anasahmed07/Outlook-Classic-MCP · 239 tokens

vibebrowser

Control the user's real local browser through the Vibe Browser CLI bridge. Use for ANY task against the user's own Vibe-connected browser — their tabs, cookies, logged-in sessions, extensions, opening pages, snapshots, clicks. ALWAYS load this skill before responding to a browser request, so you can recover the user's…

VibeTechnologies/vibe-mcp · 85 tokens

agent-memory

Use the agent-memory MCP server to retrieve, verify, and store durable project knowledge and global user knowledge before and after non-trivial work.

RashadAnsari/myagents · 31 tokens

dev-conventions

Development conventions: think before coding, simplicity first, reuse and duplication discipline, surgical scope, localization, UI consistency, validation, data alignment, and verifiable success criteria. Activate when writing, reviewing, or refactoring code in any project, or when the user asks to "improve…

RashadAnsari/myagents · 76 tokens

setup

Set up Vibe Browser so Claude Code can drive the user's real Chrome. Use when the vibe MCP tools are missing, return "No connection to Vibe extension", time out, or when the user asks how to install/connect/configure Vibe, the Vibe Chrome extension, or remote browser control.

VibeTechnologies/vibe-mcp · 63 tokens