launch-checklist
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
把跨职能发布准备流程系统化,便于跟踪与责任分配。
▸ 风险提示
默认会创建签核/写入记录,需注意权限与数据一致性。
这个 Skill 做什么
覆盖各部门的发布就绪检查,生成签核与风险项清单。
在准备产品或功能上线时,把技术、内容、商店、市场、社区、基础设施和法律等环节的就绪项一一核对,生成签核清单和风险列表,便于做 Go/No‑Go 决策。适合需要跨部门签字或正式发布流程的场景。支持演练(dry‑run)模式,不会写入正式签核,方便先做排查演习。
▸ 展开 SKILL.md 英文原文
Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/launch-checklist/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/launch-checklist/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> **Explicit invocation only**: This skill should only run when the user explicitly requests it with `/launch-checklist`. Do not auto-invoke based on context matching. ## Phase 1: Parse Arguments Read the argument for the launch date or `dry-run` mode. Dry-run mode generates the checklist without creating sign-off entries or writing files. --- ## Phase 2: Gather Project Context - Read `AGENTS.md` for tech stack, target platforms, and team structure - Read the latest milestone in `production/milestones/` - Read any existing release checklist in `production/releases/` - Read the content calendar in `design/live-ops/content-calendar.md` if it exists --- ## Phase 3: Scan Codebase Health
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有