Favicon of create-pr

create-pr Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

Stage, commit, push, and create GitHub PRs for the current branch — always main, then automatically cherry-picks to release/stable. Published by microsoft in powerplatform-build-tools.

What is create-pr Skill?

Stage, commit, push, and create GitHub PRs for the current branch — always main, then automatically cherry-picks to release/stable. Published by microsoft in powerplatform-build-tools. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
61/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Documentation
  • Documentation use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use create-pr Skill

  • Use it for documentation.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/powerplatform-build-tools
  • Skill file: .claude/skills/create-pr/SKILL.md

What it does

Stage, commit, push, and create GitHub PRs for the current branch — always main, then automatically cherry-picks to release/stable.

Skill instructions

Create PR Assumes you are on the right branch with changes ready to commit (or already committed) and npm run ci has passed. For CLI version bumps use /pac-cli-update — it handles dual PRs (main + release/stable) automatically. For reviewing an existing PR use /review <number. --- Step 1 — Stage and commit (skip if already committed) Stage files explicitly — never git add .: bash git add <specific files git status confirm nothing accidental staged git commit -m "<type: <description" Commit types: fix: feat: chore: build: docs: --- Step 2 — Push and create the main PR bash git push -u origin HEAD 2&1 Capture the current branch name and the SHA(s) to cherry-pick: bash MAINBRANCH=$(git branch --show-current) COMMITS=$(git log origin/main..HEAD --reverse --format="%H") Pick the template matching what changed: Dependency update (package.json / package-lock.json only) bash gh pr create \ --base main \ --title "chore: update dependencies" \ --body "$(cat <<'EOF' Summary - <what was updated an

Explore related resources

Frequently asked questions

What is create-pr?

create-pr is a open-source AI agent skill with Copy skill directory. Stage, commit, push, and create GitHub PRs for the current branch — always main, then automatically cherry-picks to release/stable.

Who is create-pr best for?

create-pr is best for reusing agent instructions, scripts, and references, documentation workflows.

How do I install create-pr?

Install or run create-pr using Copy skill directory. Check create-pr for the latest setup command.

Is create-pr actively maintained?

create-pr may need a closer maintenance check before production use.

Share:

Stars
292
Forks
72
Last commit
9 days ago
Repository age
6 years
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to create-pr