wrap-up

仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由

保持会话连续性并自动化代码质量检查

▸ 风险提示

可能运行本地测试或脚本,注意命令与权限

这个 Skill 做什么

结束会话时审查改动、跑质量检查并生成会话总结。

收工时把本次改动过一遍:列出修改文件、有无未提交的改动、遗留 TODO,并跑 lint、类型检查和单测做质量把关。在结束一天工作或结束一个编码环节时用,保证不带脏代码离开。最后输出会话总结、学习点和下次接手的明确待办项,方便持续交接。

▸ 展开 SKILL.md 英文原文

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

开发编程结束仪式代码审计质量检查通用
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wrap-up/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wrap-up/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wrap-Up Ritual

End your coding session with intention.

## Trigger

Use when ending a session, saying "wrap up", "done for now", or before closing the editor.

## Workflow

1. **Changes Audit** — What files were modified? Anything uncommitted? TODOs left in code?
2. **Quality Check** — Run lint, typecheck, and tests. All passing? Any warnings?
3. **Learning Capture** — What mistakes were made? What patterns worked well? Format as `[LEARN] Category: Rule`
4. **Next Session Context** — What's the next logical task? Any blockers? Context to preserve?
5. **Summary** — One paragraph: what was accomplished, current state, what's next.

## Commands

```bash
git status
git diff --stat

npm run li
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有