一键导入
github-merge
Safely merge an existing GitHub PR by waiting for checks and using a rebase merge. Use when asked to merge a PR, current branch, or `/merge` workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Safely merge an existing GitHub PR by waiting for checks and using a rebase merge. Use when asked to merge a PR, current branch, or `/merge` workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Delegate bounded work to this package's custom subagent tool. Use for specialist reconnaissance, planning, research, implementation handoffs, and independent review when parallel context or separation of concerns helps.
Diagnose and fix bugs with a disciplined evidence-first workflow. Use when investigating failing tests, runtime errors, regressions, flaky behavior, performance issues, or unclear root causes.
Implement features or fixes with behavior-first tests, vertical TDD slices, validation, and rollback notes. Use when asked to build, change, fix, or complete implementation work.
Manage long-running commands with this package's custom process tool. Use for dev servers, test watchers, build watchers, local APIs, preview servers, and log tails that should keep running while work continues.
Design Pi prompt templates, skills, extensions, tools, and custom subagents using the repository resource ruleset.
Create concise repository standup summaries from git state, GitHub issues, and pull requests. Use when asked for standup, status summary, upcoming work, in-progress tasks, blockers, or repo progress.
| name | github-merge |
| description | Safely merge an existing GitHub PR by waiting for checks and using a rebase merge. Use when asked to merge a PR, current branch, or `/merge` workflow. |
Use this skill for safe GitHub PR rebase merges.
Use human_in_loop for every user-facing clarification or approval question outside the normal safe /merge path. Do not ask those questions in plain assistant text.
/merge invocation as approval to merge an unambiguous existing PR in the current repository when all safe-path checks pass.gh pr merge --rebase.git status --short --branchgit remote -vgit remote show origingh auth statusgh pr view --json number,title,url,state,isDraft,headRefName,baseRefName,mergeStateStatus,mergeable,statusCheckRollup.gh pr checks --watch or the github_rebase_merge tool./merge is approval; use human_in_loop only when clarification or non-standard approval is needed.github_rebase_merge or gh pr merge --rebase.gh pr view --json state,mergedAt,mergeCommit,url.Stop and report exact blocker when:
gh is unavailable or unauthenticated