一键导入
release-readiness
Check whether a DAX release is coherent, verifiable, and safe to ship across package, docs, diagnostics, and release artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check whether a DAX release is coherent, verifiable, and safe to ship across package, docs, diagnostics, and release artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit agent configuration surfaces (AGENTS.md, CLAUDE.md, MCP servers, tool registrations, settings, hooks) for consistency, contradictions, and silent overrides. Returns impact-ordered findings tables.
Audit an agent's main loop for halting conditions, mutation budgets, loop breakers, sensitive-path guards, error recovery, and replayability. Returns impact-ordered findings tables.
Review a database schema migration for production safety: lock contention, backfill strategy, online vs offline, rollback path, foreign-key timing, replication lag. Returns impact-ordered findings tables.
Production readiness audit for a service: health checks, rollback strategy, runbook presence, observability wiring, capacity, dependencies. Returns impact-ordered findings tables.
Audit an AI eval suite for coverage, leakage between datasets, deterministic vs stochastic measurement, ladder correctness, and signal quality. Returns impact-ordered findings tables.
Generate or audit an incident runbook for an alert/service from code, dashboards, and alert rules. Output is a runbook plus a findings table of gaps. Findings follow the shared output contract.
| name | release-readiness |
| description | Check whether a DAX release is coherent, verifiable, and safe to ship across package, docs, diagnostics, and release artifacts. |
Use this skill when the task is to decide whether the current repo state is ready to ship.
If the run starts inside packages/dax, do this exact first pass before using package-local globs:
../../CHANGELOG.md../../RELEASE_GATES.md../../README.md../../docs/product/release-readiness.md../../docs/STACK_OPERATING_MODEL.mdpackage.jsonThese are mandatory first actions for this skill in DAX.
Do not start with glob against . for release files when the run starts in packages/dax.
Do not report root release files as missing until these exact reads have been attempted.
Only after that should you glob, grep, or use shell for additional supporting evidence.
packages/dax), explicitly resolve the repo root before concluding that release files are missing.packages/dax, inspect these paths directly before reporting them missing:
../../CHANGELOG.md../../RELEASE_GATES.md../../README.md../../docs/product/release-readiness.md../../docs/STACK_OPERATING_MODEL.mdCHANGELOG.mdRELEASE_GATES.mdREADME.mddocs/product/release-readiness.mddocs/STACK_OPERATING_MODEL.mdglob results.dax doctorbun run release:verify or equivalent project verificationReturn:
Release blockersDegraded but shippable itemsVersion and docs alignmentVerification statusRelease verdictPreferred visible rhythm: