Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/cmdr-chara/codex-toolkit/verification-and-releasenpx skills add cmdr-chara/codex-toolkit --skill verification-and-releasegit clone --depth 1 https://github.com/cmdr-chara/codex-toolkitWrote 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.
[](https://agentmods.dev/skills/cmdr-chara/codex-toolkit/verification-and-release)<a href="https://agentmods.dev/skills/cmdr-chara/codex-toolkit/verification-and-release"><img src="https://agentmods.dev/badge/skills/cmdr-chara/codex-toolkit/verification-and-release.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00081 | $0.01864 |
| Opus 5 | $0.00041 | $0.00932 |
| Sonnet 5 | $0.00016 | $0.00373 |
| Haiku 4.5 | $0.00008 | $0.00186 |
Grade A, and why
verification-and-release 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verification and Release
Issue a release decision only from evidence proportional to consequence, novelty, and reversibility.
Trigger boundary
Use this skill for:
- designing a verification plan from a diff, migration, or release candidate;
- auditing CI/test evidence and identifying material gaps;
- deciding
READY,CONDITIONAL, orBLOCKEDfor a release; - defining rollout, monitoring, rollback, and post-release checks.
Do not trigger for:
- implementing product behavior or writing the initial feature tests;
- investigating why a test or production symptom fails—use
debugging-investigator; - executing an upgrade—use
codebase-evolution-controller; - reviewing a tiny local edit when no release decision or broader evidence strategy is requested.
Required inputs
Collect or explicitly mark unavailable:
- integrated diff or release candidate identifier and repository state;
- intended behavior, acceptance criteria, and affected users/consumers;
- architecture/change-impact evidence and risk-sensitive surfaces;
- CI runs, local checks, coverage or test map, and known baseline failures;
- deployment topology, feature flags, migrations, observability, and rollback mechanism;
- security, privacy, compliance, platform, and compatibility constraints;
- release scope, cohort, timing, and responsible owner.
A list of commands without the exact artifact/ref and result is not release evidence.
Safety baseline
- Inspect current worktree and candidate identity before running checks.
- Do not discard, clean, stash, rewrite, or auto-fix user work.
- Do not mark a check passed when it was skipped, filtered, flaky, retried to green without analysis, or run against a different revision.
- Do not expose secrets in logs, screenshots, or evidence bundles.
- Do not perform production deployment or rollback merely because this skill recommends it; use the project's authorized release mechanism and owner.
- Treat irreversible schema/data changes as release blockers until restore or forward-recovery evidence exists.
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.
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.
- 5d ago First seen · 184 lines · 81 tokens per session scan A 208f7d6a5cd0
verification-and-release is a skill published in the GitHub repository cmdr-chara/codex-toolkit (2 stars, last pushed 7d ago), licensed MIT. It adds 81 tokens to every session and 1,864 once invoked, about $0.0004 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.
Other skills, from other repositories
deploy-pipeline
Sets up CI/CD pipelines, deployment configuration, and automated deploy workflows. GitHub Actions, platform-specific deploy (Vercel, Railway, Fly.io, AWS, VPS), secrets management in CI. Use when: "подготовь деплой", "настрой автодеплой", "настрой CI/CD", "setup deploy", "configure deployment", "настрой пайплайн".
agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration.
pentest-supply-chain
Software supply chain security — dependency confusion, CI/CD pipeline attacks, lockfile integrity, and build artifact verification.
uv-package-manager
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
securing-cloud-and-supply-chain
云原生与软件供应链安全防御。容器/K8s 加固、Service Mesh、CI/CD 安全、SLSA/SBOM/Sigstore、云 IAM、Secrets 管理、IaC 安全。Use when hardening Kubernetes clusters, auditing CI/CD pipelines, implementing supply chain security, managing cloud IAM, or reviewing IaC code.
automating-devops
DevOps knowledge reference covering Git workflows, testing strategies, DevSecOps, release pipeline orchestration (release.yml, multi-arch images, cosign integration), CI/CD pipelines, database management, observability, and performance optimization. Use when working with Git, CI/CD, release pipelines, ghcr image…