为另一位智能体生成可直接转交的无路径任务交接提示词。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "handoff" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/agent-skills/main/skills/handoff/SKILL.md 2. 保存为 ~/.claude/skills/handoff/SKILL.md 3. 装好后重载技能,告诉我可以用了
请写一个交接提示词,把“最近登录接口偶发 500 错误”的排查任务转交给另一位智能体。提示词要避免文件路径,包含仓库线索、已知症状、约束、验证预期,并要求对方先独立审查再决定是否修复。
一段可直接复制的交接提示词,帮助另一位智能体独立审查并继续排查任务。
帮我写一个交接提示词,把“是否要为导出报表增加筛选条件”的讨论交给另一位智能体。请强调这不是直接执行命令,而是先评估需求是否合理、是否过度设计、是否已有替代方案。
一段以讨论为导向的交接提示词,要求接手智能体先做独立判断再推进。
请写一个交接提示词,让另一位智能体跟进某个 PR 的后续工作。需要包含 PR 名称或链接、当前状态、非目标、输出格式,并提醒对方重新检查仓库、GitHub 和 CI 的最新状态。
一段面向 PR 跟进的交接提示词,包含上下文、边界和重新核验要求。
当你已经掌握部分问题背景,但希望另一位智能体独立继续排查时,可以用它生成完整交接提示词。它会强调已知线索、约束条件和先审查后行动的要求。
当任务还处于讨论阶段、尚未确定是否值得实施时,可以用它写出讨论型交接提示。这样接手方会先判断任务是否过时、范围过大或已有更好方案。
当你需要把 issue、PR 或分支相关工作转给另一位智能体时,它能用仓库名、链接、错误文本等可移植锚点组织背景。这样能减少对本地路径的依赖,便于对方在不同工作目录中接手。
这份文档介绍了一个用于生成任务交接提示词的技能,适合把调查、讨论或后续执行工作转交给另一位智能体。文档说明了基本流程:识别任务、补充上下文、写成独立提示并复制到剪贴板。重点规则包括避免文件路径、使用可移植锚点、要求接手方先做独立审查、重新核验仓库与 CI 状态,并明确约束、非目标和输出形式。
Write a clipboard-ready prompt for another agent to investigate, discuss, or work on a specific task.
Use when the user asks for handoff <task>, "write a handoff", "delegate this",
or wants a prompt for another agent.
The prompt must:
Use this shape by default:
I want to discuss and possibly work on: <short task title>
Context:
- <portable repo/product context>
- <what triggered this task>
- <known current state, branch/issue/PR names or URLs if relevant>
- <important constraints and ownership boundaries>
Before doing any implementation:
- Find the right repository from the current directory, a parent directory, or the usual workspace.
- Read the local agent/repo instructions.
- Inspect the relevant code, docs, tests, recent commits, and linked issue/PR state.
- Decide whether this task is still real, whether the proposed direction is a good idea, and whether a smaller/better fix exists.
- Call out stale assumptions, hidden risks, and anything that should stop the work.
Task:
- <what to investigate or implement if the review supports it>
- <expected behavior or decision criteria>
- <non-goals>
Validation:
- <focused tests/checks/live proof expected>
- <what evidence should be included>
- <what is explicitly not required>
Output:
- Start with your review findings and recommendation.
- Then give the proposed plan or patch summary.
- If you edit code, keep changes scoped and report exact proof run.
- Do not push, merge, close issues/PRs, label, or post public comments unless explicitly told.
On macOS:
pbcopy < /tmp/handoff-prompt.txt
Use a temp file or pipe. Avoid inline shell quoting for prompts containing
backticks, $, quotes, or user text.
If pbcopy is unavailable, use the obvious platform clipboard tool (wl-copy,
xclip, clip.exe) or print the prompt and say clipboard copy was unavailable.
…
它用于为另一位智能体生成可直接复制使用的交接提示词,帮助对方调查、讨论或接手某项任务。文档强调提示词应提供起始上下文,但由接手方自行完成独立审查与判断。
文档要求交接提示尽量无路径,因为接手智能体可能从仓库、父目录、工作区或家目录启动。更推荐使用仓库名、分支名、PR 链接、公共符号、错误文本和搜索词等可移植锚点。
不会。文档明确说不要替接手方完成完整独立评审或预先决定最终技术方向,而是要求对方先检查代码、文档、测试和相关状态,再判断任务是否仍然成立及是否值得推进。
将多种 AI 会话 JSONL 记录渲染为可搜索、可分享的单文件 HTML 浏览器。
跨平台运行 OpenClaw 远程验证,并返回实际服务商与租约信息。
对本地或PR分支执行结构化代码审查,帮助提交或发布前发现问题。
将脱敏后的智能体会话记录附加到 GitHub PR 或议题正文,保留本地溯源信息。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
帮助多代理任务交接并提供可验证的签名溯源链,确保过程可信可审计
在 Claude Code 或 Codex 中把部分任务委派给 DeepSeek 协同完成
在长时间运行任务中调用审阅者,为 Codex 提供结构化下一步建议
将设计稿转为开发交付说明,明确布局、组件、状态与响应式规范
帮助编码智能体判断何时委派调研任务,并生成子代理简报与结果摘要。
提供可验证的智能体任务交接与签名溯源链,确保多代理协作可信可审计。