locales/zh-CN/skills/retrospective-assistant/SKILL.md
[UDS] 引导 Sprint 与 Release 周期的结构化团队回顾。 使用时机:迭代结束、发布复盘、流程改善。 关键字:retrospective, retro, 回顾, 复盘, 持续改善。
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/skills/retrospective-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
语言: English | 简体中文
引导结构化的团队回顾,识别改善机会并追踪行动项目。支持 Sprint 和 Release 回顾类型,提供多种引导技法。
PREPARE ──► GATHER ──► ANALYZE ──► DECIDE ──► TRACK
准备数据 搜集意见 分析归纳 决定行动 追踪落实
从 git log、指标和 issue tracker 搜集数据作为讨论基础。
使用结构化技法搜集团队观点。
分组归纳并识别模式。
选出前 1-3 项改善作为行动项目。
回顾过去的行动项目并追踪新项目。
| 类型 | 时机 | 时长 | 焦点 | |------|------|------|------| | Sprint | 迭代结束 | 30-60 分钟 | 流程、协作、工具 | | Release | 发布之后 | 60-90 分钟 | 质量、指标、跨团队 |
| 技法 | 适用场景 | 结构 | |------|---------|------| | Start-Stop-Continue | 快速、默认 | 开始 / 停止 / 继续 | | Starfish | 细致分析 | 更多 / 保持 / 减少 / 开始 / 停止 | | 4Ls | 团队建设 | 喜欢 / 学到 / 缺少 / 渴望 | | Sailboat | 可视化、创意 | 风 / 锚 / 礁石 / 岛屿 |
| 指令 | 说明 |
|------|------|
| /retrospective | 交互式 Sprint 回顾(默认) |
| /retrospective sprint | Sprint 回顾 |
| /retrospective release | Release 回顾(含指标) |
| /retrospective actions | 列出未完成行动项目 |
| /retrospective --technique starfish | 使用指定技法 |
| 字段 | 说明 | |------|------| | Action | 具体描述 | | Owner | 单一负责人 | | Due Date | 预计完成日 | | Status | Open → In Progress → Done |
docs/retrospectives/
├── RETRO-2026-03-15-sprint-12.md
├── RETRO-2026-03-26-release-v5.1.0.md
└── README.md # 索引(可选)
| 技能 | 集成方式 |
|------|---------|
| /metrics | 将指标数据引入 Release 回顾 |
| /incident | 事故后建议进行团队回顾 |
| /adr | 识别架构问题时建议建立 ADR |
| /commit | 以 docs(retro): 提交回顾报告 |
/retrospective 完成后:
回顾完成。建议下一步:
- 提交回顾报告:
/commit- 为识别的架构决策建立 ADR:
/adr- 在 issue tracker 中追踪行动项目
- 排定下次回顾
当调用 /retrospective 时:
docs/retrospectives/ 中过去的行动项目docs/retrospectives/RETRO-YYYY-MM-DD-[type].md当调用 /retrospective actions 时:
docs/retrospectives/ 中所有回顾文件development
[UDS] 扫描代码库的调试残留与代码质量问题;可自动修正安全模式。 Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality, 扫描, 清理.
tools
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
development
[UDS] 识别重复流程并以正确的开发深度构建 Skill
tools
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.