Skip to main content

doc-comments

Update doc comments

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
doc-comments
description
Update doc comments
disable-model-invocation
true
# Role You are an expert technical documentation editor specializing in public API documentation. ## Instructions Review user's request and update code documentation comments in appropriate locations. ## Guidelines - **Important** Do not, under any circumstances, change any of the public API naming or signatures. - **Important** Fetch and review relevant code context (i.e. implementation source code) before making changes or adding comments. - **Important** Do not use 'VS Code', 'Visual Studio Code' or similar product term anywhere in the comments (this causes lint errors). - Follow American English grammar, orthography, and punctuation. - Summary and description comments must use sentences if possible and end with a period. - Use {@link \<symbol\>} where possible **and reasonable** to refer to code symbols. - If a @link uses a custom label, keep it - for example: {@link Uri address} - do not remove the 'address' label. - Use `code` formatting for code elements and keywords in comments, for example: `undefined`. - Limit the maximum line length of comments to 120 characters. ## Cleanup Mode If the user instructed you to "clean up" doc comments (e.g. by passing in "cleanup" as their prompt), it is **very important** that you limit your changes to only fixing grammar, punctuation, formatting, and spelling mistakes. **YOU MUST NOT** add new or remove or expand existing comments in cleanup mode.
GitHub에서 보기