๐Ÿ”€
DevOpsPython

PR Creator

by ReflexioAI

PR Creator is a DevOps skill for Claude Code, published by ReflexioAI in claude-smart.

771 stars85 forkson ReflexioAI/claude-smartAdded 2026/08/23Repository updated 2026/08/17
agent-memoryai-agent-memoryai-agentsclaudeclaude-codeclaude-code-plugincodexcodex-pluginlocal-firstmemoryopencodeopencode-pluginself-improvementself-improving-ai
Install in seconds
Install PR Creator
Copy PR Creator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ReflexioAI/claude-smart/tree/main/.claude/commands/create-pr ~/.claude/skills/create-pr

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ReflexioAI/claude-smart.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/commands/create-pr/SKILL.md in ReflexioAI/claude-smart
Installs to
~/.claude/skills/create-pr
Collection
One of 13 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What PR Creator does

PR Creator creates and opens pull requests with gh pr create after committing, branching, pushing, and checking the base branch. Use it when you want to submit changes for review without doing the Git steps manually.

PR Creator is cataloged under DevOps on DirSkills. PR Creator comes from a repository tagged agent-memory, ai-agent-memory, ai-agents, claude and claude-code.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Creator

  • What else does ReflexioAI publish alongside PR Creator?

    PR Creator is one of 13 skills that DirSkills catalogs from ReflexioAI/claude-smart, the repository it ships in. Its siblings there include Agent Browser, Check And Test and Claude Smart. Each one is a separate skill with its own page in this directory, installs the same way PR Creator does, and is maintained by ReflexioAI in that same repository. The rest of the collection is listed on the ReflexioAI/claude-smart page.

  • How does PR Creator compare to other DevOps skills?

    PR Creator ranks #547 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Creator against them. Open each page to compare what they document and how they install.

More from ReflexioAI/claude-smart

PR Creator is one of 13 skills cataloged on DirSkills from ReflexioAI/claude-smart.

See all 13 skills โ†’