create-pr
النجوم٧
التفرعات٣
آخر تحديث٢٠ مارس ٢٠٢٦ في ١٧:١٠
Create a pull request (pr)
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Create a pull request (pr)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | create-pr |
| description | Create a pull request (pr) |
| disable-model-invocation | true |
Create a pull request against main using the template at .github/PULL_REQUEST_TEMPLATE.md.
The template has two required sections: Summary (what changed and why) and How to QA (step-by-step verification instructions), plus a QA checklist. There is also an optional commented-out release checklist for env vars or migrations.
maingh pr view — if one exists, share the URL and stopgit push -u origin HEADgit log main..HEAD --oneline and git diff main..HEAD --statgh label list and apply any relevant onesgh pr create -d --base main --title "..." --body "..." -a "@me" -l "..."