一键导入
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.