gate-check
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
适合发布评审与决策支持,输出明确可执行的阻塞清单。
这个 Skill 做什么
对项目是否可进入下一开发阶段给出通过/有问题/失败的判定及阻塞项。
在要从一个开发阶段推进到下一个阶段(比如进生产)前给出明确结论:PASS / CONCERNS / FAIL,并列出阻塞项和缺失的产物。用在团队问“我们可以推进吗”“能上生产吗”这类场景,它会检查所需的工件、质量标准和风险。特点是判定有执行性建议,不只是诊断现状,还会指出具体需补上的东西。
▸ 展开 SKILL.md 英文原文
Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to X', 'can we advance to production', 'check if we can start the next phase', 'pass the gate'.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/gate-check/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/gate-check/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Phase Gate Validation
This skill validates whether the project is ready to advance to the next development
phase. It checks for required artifacts, quality standards, and blockers.
**Distinct from `/project-stage-detect`**: That skill is diagnostic ("where are we?").
This skill is prescriptive ("are we ready to advance?" with a formal verdict).
## Production Stages (7)
The project progresses through these stages:
0. **Exploration** — Pre-workflow: rapid prototyping multiple ideas (/explore)
1. **Concept** — Brainstorming, game concept document
2. **Systems Design** — Mapping systems, writing GDDs
3. **Technical Setup** — Engine config, architecture decisions
4. **Pre-Production** — Prvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有