بنقرة واحدة
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.