원클릭으로
create-pr
Creates a pull request with proper title, description, changelog updates, and wiki documentation checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Creates a pull request with proper title, description, changelog updates, and wiki documentation checks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rules and patterns for using DIPS.Mobile.UI design tokens, styles, and Layout effect in C# code. Apply when building UI components or views.
Generates wiki documentation for new DIPS.Mobile.UI components following established patterns and conventions.
Workflow and rules for AI-assisted pull request reviews.
| name | Create PR |
| description | Creates a pull request with proper title, description, changelog updates, and wiki documentation checks. |
When I say any of these:
src/ has changes): Determine if Major/Minor/Patch bump is needed based on:
[Component/Feature] Descriptionsrc/ — documentation-only, build scripts, CI/CD, and config changes do not require a changelog entrywiki/ needs to be added or updated:
wiki/<FeatureName>.md page.md file to wiki/.github/pull_request_template.md as the body structure. Read the template file first and fill in each section — never invent a different structure.Always use .github/pull_request_template.md as the base. Read it before writing the body. Fill in every section — do not skip or reorder sections, do not add sections not in the template.
Documentation lives in the wiki/ folder and is auto-synced to the GitHub wiki on merge to main.
wiki/ is required — not optional. Add it in the PR.wiki/*.md page in the same PR._Sidebar.md is auto-generated from filenames — no manual sidebar edits needed.