一键导入
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.