Skip to main content

release-readiness

Check whether work in this repository is ready to hand off, merge, or deploy. Use when Codex needs to map changed files to the right validation commands, identify untested high-risk surfaces, or summarize what is still blocking release readiness across backend, frontend, crawler, newsletters, agentic_ai, or infrastructure.

跳到安装

来源信息

仓库
hoangsonww/AI-Gov-Content-Curator
最近来源活动
2026年2月28日 03:49
检测到的 SKILL.md 语言
英语
星标
30
分支
18

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
release-readiness
description
Check whether work in this repository is ready to hand off, merge, or deploy. Use when Codex needs to map changed files to the right validation commands, identify untested high-risk surfaces, or summarize what is still blocking release readiness across backend, frontend, crawler, newsletters, agentic_ai, or infrastructure.
# Release Readiness Map changed files to the minimum useful validation before declaring work ready. ## Follow This Workflow 1. Identify the touched services from the changed files. 2. Run `python3 scripts/suggest_validation.py` with the changed paths, or run it with no arguments to inspect the current working tree. 3. Separate validated work, unvalidated work, and true blockers. 4. Call out repo-specific risks such as mixed API base configuration, scheduled path drift, live job commands, and deployment placeholders. ## Use The References - Read `references/validation-matrix.md` when the change spans multiple services.
在 GitHub 查看