بنقرة واحدة
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.