codex-skills-library: Skill for Codex

.agents/skills/release-readiness-check/SKILL.md

release-readiness-check is a skill for Codex from YankielDBC2/codex-skills-library. It costs 27 tokens per session (282 once invoked), scanned A, original, MIT.

A final checklist for deciding whether a project, feature, website, or package is ready to release.

In plain words
What is it for?
Use it before deployment, a major merge, package publication, or client handoff to produce a concise go/no-go summary.
Why use it?
It checks technical validation, configuration, security, documentation, and user-facing flows so release blockers are found before shipping.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is YankielDBC2/codex-skills-library's own configuration. It tells Codex how to work on codex-skills-library itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codex-skills-library configures →

Reuse

Borrowing it

Nothing to install: this file belongs to YankielDBC2/codex-skills-library. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/YankielDBC2/codex-skills-library/main/.agents/skills/release-readiness-check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/YankielDBC2/codex-skills-library

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for release-readiness-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/release-readiness-check.svg)](https://agentmods.dev/skills/yankieldbc2/codex-skills-library/release-readiness-check)
Your own site
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/release-readiness-check"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/release-readiness-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 282 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00282
Opus 5 $0.00014 $0.00141
Sonnet 5 $0.00005 $0.00056
Haiku 4.5 $0.00003 $0.00028

Measured 8d ago against content hash 167c374633da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

release-readiness-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/release-readiness-check/SKILL.md · 49 lines

What it actually says

Release Readiness Check

Goal

Catch release blockers before a project is shipped.

When to use

Use before deploying a website, merging a major feature, publishing a package, or handing a project to a client.

When not to use

Do not use for early prototypes where speed matters more than launch quality.

Inputs

Inspect release notes, changed files, package scripts, env requirements, tests, docs, deployment config, and user-facing flows.

Workflow

  1. Identify what is being released.
  2. Check build, tests, lint, and typecheck.
  3. Check environment variables and deployment configuration.
  4. Check user-facing flows and error states.
  5. Check security and secret exposure.
  6. Check docs and handoff instructions.
  7. Separate blockers from nice-to-have improvements.
  8. Produce a concise go/no-go summary.

Quality bar

A good readiness check is practical, prioritized, and honest about uncertainty.

Validation

Run the release's required validation commands and any targeted smoke checks.

Final response

Report go/no-go status, blockers, non-blocking improvements, validation output, and deployment notes.

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 49 lines · 27 tokens per session scan A 167c374633da

Subscribe to this mod's changes

release-readiness-check is a skill published in the GitHub repository YankielDBC2/codex-skills-library (10 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 282 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.