Skip to main content

update-instructions

update-instructions

Zur Installation springen

Quellinformationen

Repository
microsoft/vscode
Letzte Quellaktivität
18. September 2026 um 07:17
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
update-instructions
description
update-instructions
disable-model-invocation
true
Read the changes introduced on the current branch, including BOTH: 1. Uncommitted workspace modifications (staged and unstaged) 2. Committed changes that are on the current HEAD but not yet in the default upstream branch (e.g. `origin/main`) Guidance: - First, capture uncommitted diffs (equivalent of `git diff` and `git diff --cached`). - Then, determine the merge base with the default branch (assume `origin/main` unless configured otherwise) using `git merge-base HEAD origin/main` and diff (`git diff <merge-base>...HEAD`) to include committed-but-unpushed work. After understanding all of these changes, read every instruction file under `.github/instructions` and assess whether any instruction is invalidated. If so, propose minimal, necessary wording updates. If no updates are needed, respond exactly with: `No updates needed`. Be concise and conservative: only suggest changes that are absolutely necessary.
Auf GitHub ansehen