handoff

仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

方便长期协作与接手,确保会话可被后续代理快速恢复。

▸ 风险提示

会写入 .claude/handoff.md 文件,需注意覆盖现有内容。

这个 Skill 做什么

生成 .claude/handoff.md,记录目标、剩余任务与关键决策以便会话恢复。

把当前会话的目标、已做/未做任务、关键决策、假设和注意事项写成 .claude/handoff.md,好让别人或未来的会话能无缝接手。常在中断或交接给同事、需要暂停后继续时使用。产出是机器友好的恢复文件,便于把必要上下文注入到后续会话里。

▸ 展开 SKILL.md 英文原文

Write .claude/handoff.md so any future session can resume: current goal, done/remaining tasks, key decisions and assumptions, gotchas discovered, next step. The context-restore hook injects its head after compaction.

开发编程交接文档会话恢复通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/handoff/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Progress Contract

Register these steps as a native task list at Step 1, before beginning.
Report progress as "N steps remaining, size class S/M/L" — never wall-clock ETAs.

Steps: (1) gather-state, (2) write-handoff.

## Workflow

### Step 1 — Gather state

Collect the information needed for each of the five sections:

- **Current goal** — what the session was trying to accomplish; include any scope constraints.
- **Done / remaining tasks** — tasks completed this session and tasks still open. Reference
  plan file path if one exists (`.claude/plans/` latest by name).
- **Key decisions and assumptions** — architectural choices, SAFE/RISKY assumptions surfaced,
  and the rationale behind e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有