返回 Skill 列表
extension
分类: 开发与工程无需 API Key

task-handoff-writing

编写高信号交接文档(`HANDOFF.md` 或 `docs/handoffs/<slug>.md`),包含具体的验证证据和可操作的下一步行动。

person作者: jakexiaohubgithub

Handoff Writing

When to use

Use this when the task mentions:

  • “handoff”, “context limit”, “I can’t finish”, “park this work”
  • preparing for review / teammate pickup

Fast path

  1. Capture repo snapshot: git status -sb and git log -n 5 --oneline
  2. Capture quality gate status: ./verify.sh --ui=false
  3. Write a handoff with: Problem Statement → Current Snapshot → Next Steps (with exact commands) → Risks → References.

Canonical repo doc

Read docs/skills/handoff-writing.md.