用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunfmin/pr-handoff --skill pr-handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | pr-handoff |
| description | Push the work in progress as a draft GitHub PR whose description is the handoff for the next agent. |
| argument-hint | What should the next agent do with it? |
| disable-model-invocation | true |
Park the current work as a draft PR and write the handoff into the PR description, so the next agent picks up the baton from GitHub with nothing else to go on.
The work is in progress by definition. Push it exactly as it stands — the feature stays unfinished, the failures stay failing, the diff stays untidy. Capture the state; completing it is the next agent's job.
wip: subject. Leave scratch files, local config, and credentials out. Done when git status shows nothing left that belongs to the work.git push -u, then gh pr create --draft --title "..." --body-file <handoff>. If the branch already has a PR, write the new handoff over the old one with gh pr edit --body-file <handoff> rather than opening a second PR.Written for an agent that will gh pr checkout this branch and continue — not for a human reviewer, so it reads as instructions rather than as a changelog. Every section below filled from the actual conversation and diff, with no placeholders:
Reference specs, plans, ADRs, and issues by path or URL; don't restate what they already say. Redact API keys, passwords, and personal data — a PR description is readable by everyone with access to the repo.
If the user passed arguments, treat them as the next agent's brief and tailor the description to it.