mcpbeat

Update Pr

microsoft/update-pr

Update the pull request for the current session. Use when the user wants to push new changes to an existing PR.

250 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 update-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. -->

Update Pull Request

Update the existing pull request for the current session.

The context block appended to the prompt contains the pull request information.

  • Check whether the pull request has any commits that are not yet present on the current branch (incoming changes). If there are any incoming changes, pull them into the current branch and resolve any merge conflicts
  • Run the compile and hygiene tasks (fixing any errors)
  • If there are any uncommitted changes, use the /commit skill to commit them
  • If the outgoing changes introduce significant changes to the pull request, update the pull request title and description to reflect those changes
  • Update the pull request with the new commits and information

How to use it

Copy the folder

Take microsoft/update-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.