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.

Jump to install

Source facts

Repository
hoangsonww/AI-Gov-Content-Curator
Last source activity
February 28, 2026 at 03:49
Detected SKILL.md language
English
Stars
30
Forks
18

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
4 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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.
View on GitHub