원클릭으로
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.