milestone-review

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

适合里程碑关卡评估,支持决策与风险暴露。

这个 Skill 做什么

生成里程碑进度评审,含完成度、质量与 go/no‑go 建议。

生成里程碑式的进度评审报告,包含功能完成度、质量指标、风险评估和明确的 go/no‑go 建议。适合里程碑检查、发布前评审或需要判断是否达标时使用。报告会把关键风险和修复优先级列清楚,方便决策者快速判断是否放行。

▸ 展开 SKILL.md 英文原文

Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or when evaluating readiness for a milestone deadline.

Skill 开发管理里程碑评审风险评估决策建议通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/milestone-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/milestone-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Phase 0: Parse Arguments

Extract the milestone name (`current` or a specific name) and resolve the review mode (once, store for all gate spawns this run):
1. If `--review [full|lean|solo]` was passed → use that
2. Else read `production/review-mode.txt` → use that value
3. Else → default to `lean`

See `docs/framework/director-gates.md` for the full check pattern.

---

## Phase 1: Load Milestone Data

Read the milestone definition from `production/milestones/`. If the argument is `current`, use the most recently modified milestone file.

Read all sprint reports for sprints within this milestone from `production/sprints/`.

---

## Phase 2: Scan Codebase Health

- Scan for `TODO`, `FIXME`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有