handoff
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files.
Review code for quality, security, and best practices. Analyze pull requests, identify bugs, suggest improvements, verify error handling, check for security vulnerabilities (XSS, SQL injection, command injection), evaluate design patterns, and assess performance. Use when reviewing pull requests, examining code diffs, evaluating code changes, or analyzing implementation quality.
| name | handoff |
| description | Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss. |
Synthesize the current conversation into a self-contained handoff document. The goal: a brand-new Claude Code session (or subagent) should be able to read this document and continue the work with zero prior context.
The user may optionally provide:
Produce a single markdown document with these sections. Be precise — the receiving agent has no conversation history.
One or two sentences: what is the user trying to accomplish? Include the "why" if it was discussed.
What has been done so far in this conversation. Be specific:
Concrete, ordered list of what still needs to happen. Each item should be actionable without further clarification:
Non-obvious information the next agent needs to know that isn't captured in the code or git history:
How the next agent should confirm the work is complete: