بنقرة واحدة
gh-pr-create
Create GitHub pull requests with gh CLI, including draft status, reviewers, labels, and projects.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create GitHub pull requests with gh CLI, including draft status, reviewers, labels, and projects.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Close GitHub issues with gh CLI, choosing completed vs not planned and optionally adding a closing comment.
Add, edit, or delete GitHub issue comments using gh CLI.
Create GitHub issues with gh CLI, including labels, assignees, milestones, and projects.
Manage linked branches for GitHub issues using gh issue develop.
Edit GitHub issues (title, body, labels, assignees, milestones, projects) using gh CLI.
List and filter GitHub issues using gh CLI with various filters like state, author, labels, milestone, and search queries.
| name | gh-pr-create |
| description | Create GitHub pull requests with gh CLI, including draft status, reviewers, labels, and projects. |
| allowed-tools | Bash, Read, Grep |
| handoffs | [{"label":"View PR","agent":"gh-pr-view","prompt":"View the newly created pull request","send":true}] |
--fill.--repo OWNER/REPO).gh --version
gh auth status
gh pr create --title "Fix auth" --body "Fixes #123" --base main
gh pr create --fill --draft --reviewer "alice"
gh pr create --web
gh pr create --template "pull_request_template.md"
# Draft PR with auto-filled title/body
~ gh pr create --fill --draft
Fixes #123 / Closes #123 in the PR body to auto-close issues on merge.--head supports user:branch to target a fork.gh auth refresh -s project.gh pr create --help