session-handoff
仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
便于团队或下次会话平滑接手,减少重述成本。
这个 Skill 做什么
生成结构化交接文档,记录进度、待办和必要上下文以便续作。
生成一份写给下次接手人的交接文档,结构化记录当前进度、已完成/进行中/待办项、关键决策和恢复所需的上下文。适合结束会话、想保存进度或以后继续工作时使用。不同于自用的收尾清单,这份文档包含 git 状态、阻塞点和恢复步骤,方便别人或下次自己无缝续作。
▸ 展开 SKILL.md 英文原文
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session, saying "continue later", "save progress", "session summary", or "pick up where I left off".
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/session-handoff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/session-handoff/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Session Handoff Different from wrap-up. Wrap-up is a checklist for *you*. Handoff is a document written for the *next session*. ## Trigger Use when saying "handoff", "continue later", "pass to next session", "session transfer", or ending a session and wanting to resume smoothly. ## Workflow 1. Gather current state from git. 2. List completed, in-progress, and pending work. 3. Note key decisions made and their reasoning. 4. Capture any learnings from this session. 5. Generate a resume command for the next session. ## Commands ```bash git status git diff --stat git log --oneline -5 git branch --show-current ``` ## Output ```markdown # Session Handoff — [date] [time] ## Status - **B
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有