بنقرة واحدة
pr
Prepare and publish a pull request with a concise summary based on the diff and linked issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Prepare and publish a pull request with a concise summary based on the diff and linked issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | pr |
| description | Prepare and publish a pull request with a concise summary based on the diff and linked issues. |
| metadata | {"short-description":"Create or update a PR"} |
Prepare and publish a pull request with a clear summary that matches the diff and any linked issues.
origin/main.Ensure you are not on main. If you are, create a dedicated branch.
If there are pending changes, use the commit skill to stage and commit.
Fetch and review the PR diff:
git fetch origin main
git diff origin/main...
Summarize the content and intent of the diff in a few sentences.
If $ARGUMENTS are provided:
Close $ARGUMENTS to the PR summary.Use gh to create or update the PR description and title.
After creating the PR, wait a few minutes for an automated Claude review.