handoff
Installation
SKILL.md
Handoff Skill
这个 skill 用于为新的 GitHub Copilot chat 生成自包含、基于证据、上下文损失尽可能小的交接摘要。
固定骨架标题和续接说明默认中英双语;正文、空值占位和动作说明默认中文优先,除非用户明确要求纯英文或双语正文。
来源致谢
这个中文化适配版本致敬以下两个原始来源:
- code-yeongyu/oh-my-openagent 的 handoff command 模板: https://github.com/code-yeongyu/oh-my-openagent/blob/dev/src/features/builtin-commands/templates/handoff.ts
- mattpocock/skills 的 handoff skill: https://github.com/mattpocock/skills/blob/main/skills/productivity/handoff/SKILL.md
当前实现不是逐字搬运,而是结合两者思路后,面向 GitHub Copilot 做的中文优先、证据驱动 handoff 适配版。