with one click
sprint-handoff
按项目 house style 生成 Sprint / 功能交接文档
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
按项目 house style 生成 Sprint / 功能交接文档
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
跑 MailAgent 的 agent 行为回归网(零-LLM 硬闸 pytest + baseline compare)。改 chat agent 的 prompt/工具/编排引擎后必跑,总分不得低于 baseline。
MailAgent 桌面 App 对外发布全流程(dogfood → bump → tag → CI → draft 转正 → 验证),内置嵌入 Python / better-sqlite3 ABI / build:web / torn-bundle 检查点。不可逆,仅手动触发。
SQLite schema 升级(bump DB_VERSION + idempotent migration + 一致性更新)
系统化排查 MailAgent 服务问题
部署并验证 MailAgent 服务
快速服务健康检查(适合定时巡检)
| name | sprint-handoff |
| description | 按项目 house style 生成 Sprint / 功能交接文档 |
| user_invocable | true |
按本项目惯用结构生成 handoff(参考 frontend/SPRINT*-HANDOFF.md、docs/*-handoff.md),供下一个 session / 协作者冷启动。
/sprint-handoff — 基于当前分支 diff + 最近 commit 自动总结/sprint-handoff compose 回复转发功能 — 指定主题聚焦收集上下文:
git log --oneline main..HEAD — 本分支 commitgit diff --stat main..HEAD — 改动范围git status按以下结构生成 markdown(缺省章节留 TODO,不编造):
# <主题> Handoff
## 背景 / 目标
## 已 ship(每条含 commit hash + 一句话)
## 关键文件 / 模块
## 灰度 flag 状态(env 开关 + 默认值 + 启用步骤)
## ⚠️ 未 dogfood / 已知风险
## 下一步(按优先级排序)
## 验收命令(可复制粘贴:mailagent CLI / pytest / sqlite3)
落地位置:前端功能 → frontend/SPRINTxx-<topic>-HANDOFF.md;后端 / 跨栈 → docs/<topic>-handoff.md。
写完询问用户是否更新 .claude memory 的项目索引(MEMORY.md 加一行指针)。
mailagent CLI(agent-friendly)+ -o json | jq。