Skip to main content

create-pr

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

Zur Installation springen

Quellinformationen

Repository
microsoft/vscode
Letzte Quellaktivität
19. September 2026 um 00:20
Erkannte Sprache von SKILL.md
Englisch
Sterne
192.746
Forks
42.911

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
create-pr
description
Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.
<!-- 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 if available, otherwise use `gh` CLI. 1. Run the compile task (fixing any errors) 2. If there are any uncommitted changes, use the `/commit` skill to commit them 3. Review all changes in the current session 4. Write a clear, concise PR title with a short area prefix (e.g. "sessions: …", "editor: …") 5. Write a description covering what changed, why, and anything reviewers should know 6. Create the pull request, passing `show_ui=false` so the PR is created without opening a confirmation UI
Auf GitHub ansehen