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.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

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