بنقرة واحدة
git-pr
Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | git-pr |
| description | Commit, push, and open a draft pull request. Runs git-commit-push first, then creates the PR via gh. |
Create a pull request.
First, run the git-commit-push skill to ensure all changes are committed and pushed.
After the push is confirmed, create a draft pull request:
git log --oneline main...HEAD, git diff main...HEADgh pr create --draft. PR description MUST be in English.Scope: $ARGUMENTS (optional — e.g. an app name like ncc, a package like sc-backend-core, or pipelines). If provided, focus on changes under that area. If omitted, include all changes on the branch.
NEVER mention co-authored-by, Generated with Claude Code or similar aspects.