wrapup

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

帮助产出对评审友好的说明材料,减少审查阻力。

这个 Skill 做什么

实现完成后生成演示与答疑材料,并出题验证理解情况。

实现完了之后把改动打包成能让人一眼看懂的演示与答疑材料,还会根据代码 diff 和实现笔记自动出几道小测验来验证同事真的懂改了啥。适合在准备合并、要汇报或寻求 buy-in 前用。特点是先给出 demo 并预判审查者疑问,同时把会话中学到的内容存成长期上下文。

▸ 展开 SKILL.md 英文原文

Wrapup (收工) — run after implementation work is done, before merging or sharing. Reads the diff, plan, and implementation notes, then produces what the moment needs — a buy-in document that leads with the demo and answers reviewers' objections up front, and a quiz that verifies the user actually understands what changed, recommending merge only on a full pass. Ends by promoting session learnings into permanent context. Use when the user says "wrapup", "收工", "干完了", "I'm done", "package this up", "ready to merge", "get buy-in", or finishes a long working session.

开发编程收工总结合并准备审阅辅助通用
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lusipad/zhizhi/main/skills/wrapup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lusipad/zhizhi/main/skills/wrapup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wrapup

After a long session, more happened than the user realizes — and the people they need
buy-in from start with the same unknowns the user started with. Wrapup closes both gaps,
then banks what was learned.

**Language:** write everything user-facing — the report, quiz questions, verdicts — in
the language the user is speaking. The pitch doc follows its *audience*: match the
repo's PR/doc convention, ask if unclear. Verdict keywords PASS / NOT YET stay in
English in every language. File names and code identifiers stay in English.

## Step 1 — Collect what happened

Gather whatever exists: the diff against the base branch, the plan, `implementation-notes.md`
(deviations and surprises a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有