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