Home / reflexioai / claude-smart · .agents/skills/create-pr/SKILL.md · GitHub

create-pr skillA

create-pr is agent-read markdown (skill) from reflexioai/claude-smart: Create high-quality pull requests via gh pr create. Use when the user wants to create a PR, submit a PR, open a pull request, submit for review, or push changes for review. Triggers on: create a pr, create-pr, submit a pr, open a pull request, submit for review, make a pr, gh pr create..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# PR Creator

Create well-structured, reviewer-friendly pull requests following best practices.

**CRITICAL: This skill MUST always result in a PR being created. Do NOT stop early, do NOT ask the user to run another command first. Handle all prerequisites (committing, branching, pushing) inline and proceed to `gh pr create`.**

---

## Workflow

### Step 1: Pre-flight Checks

Run these checks before anything else:

1. **Verify GitHub CLI authentication** — run `gh api user --jq '.login'` to confirm the CLI is authenticated. If this fails, tell the user to run `gh auth login` first and stop.
2. **Determine the base branch** — default to `main`. If the user specifies a different base, use that. Capture as `$BASE_BRANCH`.

### Step 2: Commit Uncommitted Changes

Run `git status` to check for uncommitted changes. If there are uncommitted changes, commit them **directly** — do NOT delegate to another skill or tell the user to commit first.

1. **Stage changes** — run `git add <files>` for relevant modified/untracked files. Do not stage `.env` or gitignored files.
2. **Lint and format** — if Python files are staged, run:
   ```bash
   ruff check --fix <files> && ruff format <files>
…

Read the whole file at its exact version.

How to install

Latest version
mdr add reflexioai/claude-smart/create-pr@git:20260919.5615f0d
Exact content
mdr add reflexioai/claude-smart/create-pr@sha256:afdd81ca687c1f1d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_z2ma6xxixkkumhhb.svg)](https://markdownregistry.com/a/art_z2ma6xxixkkumhhb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.5615f0d latest2026-09-19 5615f0d 5,289 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5289 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

reflexioai/claude-smart · 780 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_z2ma6xxixkkumhhb
GET https://markdownregistry.com/api/v1/resolve?ref=reflexioai/claude-smart/create-pr
GET https://markdownregistry.com/api/v1/blob/afdd81ca687c1f1ddd54e40d51378d7a02bbf9c967a774da3395eea27823517b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from reflexioai/claude-smart

update-pr skill
reflexioai/claude-smart · .agents/skills/update-pr/SKILL.md · Update an existing pull request with new changes. Use when the user wants to update a PR, push follow-up changes to a…
git:20260919.5615f0d · audit A · 780 stars
AGENTS.md@plugin/dashboard agents
reflexioai/claude-smart · plugin/dashboard/AGENTS.md
git:20260421.dbf9190 · audit A · 780 stars
claude-smart skill
reflexioai/claude-smart · plugin/skills/claude-smart/SKILL.md · Codex-only — use when the user asks to run claude-smart commands in Codex, including claude-smart show, learn, restart…
git:20260515.6cad967 · audit A · 780 stars

Every file in reflexioai/claude-smart

Other files named create-pr

create-pr skill
fcakyon/claude-codex-settings · plugins/github-dev/skills/create-pr/SKILL.md · This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit…
git:20260724.ba82c82 · audit A · 1,153 stars
create-pr skill
block/berd · .agents/skills/create-pr/SKILL.md · Create a GitHub PR from the current branch: handle uncommitted changes, generate a summary, submit via gh CLI, then…
git:20260812.9b88cac · audit A · 936 stars
create-pr skill
aiskillstore/marketplace · skills/0tarof/create-pr/SKILL.md · GitHubのプルリクエスト(PR)を作成する際に使用します。変更のコミット、プッシュ、PR作成を含む完全なワークフローを日本語で実行します。「PRを作って」「プルリクエストを作成」「pull…
git:20260113.222b7de · audit A · 427 stars
create-pr skill
tobihagemann/turbo · claude/skills/create-pr/SKILL.md · Create a GitHub pull request with a drafted title and description. Use when the user asks to "create a PR", "create a…
git:20260828.6363473 · audit A · 405 stars
create-pr skill
tobihagemann/turbo · codex/skills/create-pr/SKILL.md · Create a GitHub pull request with a drafted title and description. Use when the user asks to "create a PR", "create a…
git:20260828.6363473 · audit A · 405 stars
create-pr skill
yonatangross/orchestkit · src/skills/create-pr/SKILL.md · Creates GitHub pull requests with pre-flight validation, conventional title formatting, and structured summary…
v2.7.0 · audit A · 283 stars
create-pr skill
yonatangross/orchestkit · plugins/ork/skills/create-pr/SKILL.md · Creates GitHub pull requests with pre-flight validation, conventional title formatting, and structured summary…
v2.7.0 · audit A · 283 stars
create-pr skill
sd0xdev/sd0x-harness · skills/create-pr/SKILL.md · Create or update GitHub PR with gh CLI. Auto-extracts ticket ID from branch name, generates title/summary from commits…
git:20260923.6189f54 · audit A · 189 stars

Browse by kind, by grade A, or by owner.