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.
Decision snapshot
Is this a fit?
Documentation, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Declared skill metadata
- Source file: .claude/skills/create-pr/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use create-pr Skill
- Use it for documentation.
Built with
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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.