원클릭으로
run-pr
Publishes a clean normal feature or task branch and creates its pull request on explicit human request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Publishes a clean normal feature or task branch and creates its pull request on explicit human request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Instructions for writing good design plan artifacts. Use when specifically requested.
Instructions for writing good implementation plans artifacts. Use when specifically requested.
Instructions for executing implementation plans. Use when specifically requested.
Instructions for executing a task from an implementation plans. Use when specifically requested.
Instructions for investigating a codebase to answer a specific question.
Reviews code changes directly against quality standards. Use when no implementation plan or journal exists.
| name | run-pr |
| description | Publishes a clean normal feature or task branch and creates its pull request on explicit human request. |
Publish a ready normal feature or task branch only when the human explicitly invokes run-pr. This is the only
workflow that pushes a branch or creates a pull request.
Operate only from a clean normal feature or task branch. Reject main, master, and any branch whose name contains
--agents: these are not publishable branches. Stop if the worktree is dirty, the branch is detached, or the normal
branch cannot be identified.
Read ~/.agents/instructions/github.md before using gh. Confirm the authenticated gh account as required there,
confirm the intended remote, and determine the target base. If the base branch or whether the normal branch must be
rebased is ambiguous, ask the human and wait. Never infer either decision.
gh account, and target base.gh pr create.Never force-push. Never publish a temporary --agents branch. Do not merge into main or master. Do not push or
create a pull request unless the human explicitly invoked run-pr in the current request.