Skip to main content

update-instructions

update-instructions

설치로 이동

소스 정보

저장소
microsoft/vscode
최근 소스 활동
2026년 9월 18일 07:17
감지된 SKILL.md 언어
영어
스타
192,746
포크
42,911

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기