mcpbeat

Create Pr

microsoft/create-pr

Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.

212 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
188278
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/vscode --skill create-pr

The instruction itself

1 sections, as written by the author

<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -->

Create Pull Request

Use the GitHub MCP server to create a pull request — do NOT use the gh CLI.

  • Run the compile and hygiene tasks (fixing any errors)
  • If there are any uncommitted changes, use the /commit skill to commit them
  • Review all changes in the current session
  • Write a clear, concise PR title with a short area prefix (e.g. "sessions: …", "editor: …")
  • Write a description covering what changed, why, and anything reviewers should know
  • Create the pull request, passing show_ui=false so the PR is created without opening a confirmation UI

How to use it

Copy the folder

Take microsoft/create-pr from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.