production-readiness

production-readiness is a skill for Claude Code, Codex from fmind/dotfiles. It costs 46 tokens per session (1,166 once invoked), scanned A, original, MIT.

A review of whether a software change can be operated safely in production, the environment where real users rely on it. It checks rollout evidence, monitoring, recovery, migrations, support, and conditions for stopping or rolling back.

In plain words
What is it for?
It is for making go/no-go recommendations, checking rollback and migration plans, reviewing observability and recovery, and recording evidence for each level of release readiness.
Why use it?
It prevents teams from treating passing local tests as proof that a release is deployed, observable, recoverable, or ready for users. It keeps source, CI, runtime, deployed, and publicly released states separate.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/fmind/dotfiles/production-readiness
Any agent
npx skills add fmind/dotfiles --skill production-readiness
Clone the repo
git clone --depth 1 https://github.com/fmind/dotfiles

Made for: Claude Code, 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 production-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmind/dotfiles/production-readiness.svg)](https://agentmods.dev/skills/fmind/dotfiles/production-readiness)
Your own site
<a href="https://agentmods.dev/skills/fmind/dotfiles/production-readiness"><img src="https://agentmods.dev/badge/skills/fmind/dotfiles/production-readiness.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,166 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.01166
Opus 5 $0.00023 $0.00583
Sonnet 5 $0.00009 $0.00233
Haiku 4.5 $0.00005 $0.00117

Measured 3d ago against content hash 6bb1231bffea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

production-readiness 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 3d 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.

skills/production-readiness/SKILL.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Production Readiness

Decide whether the exact candidate can be operated safely. This skill audits and recommends; it does not deploy, migrate, publish, or mutate production unless the user separately authorizes that action.

Proof Ladder

Never collapse these states:

  1. source-ready: The intended source and configuration are reviewable.
  2. local-green: The repository-owned local checks pass for the candidate.
  3. exact-head-CI: Required CI passes for the exact immutable revision.
  4. runtime-proven: The built artifact works across the authorized runtime boundary.
  5. deployed: That artifact is running in the target environment.
  6. release-published: The intended audience can obtain or use the released result.

A candidate may be ready at one level and blocked at the next. Record artifact identity, environment, command or observation, timestamp, and source for every proof claim.

Workflow

  1. Resolve the candidate: Record repository state, revision, build artifact or image digest, configuration set, environment, dependency and schema versions, and the proposed rollout window. Preserve dirty worktrees and do not infer exact-head CI from a different revision.
  2. Define working: State the critical user journeys, availability and correctness expectations, latency or capacity thresholds, data-loss tolerance, compliance constraints, and explicit stop conditions.
  3. Inspect the release delta: Review code, dependency, configuration, infrastructure, identity, data, and operational changes. Identify one-way doors, coupled releases, hidden manual steps, and compatibility windows.
  4. Audit security and identity: Check least privilege, authentication and authorization, tenant isolation, secret lifecycle, supply chain, abuse controls, and safe defaults. Use threat-model for design risk and security-scan for repository evidence.
  5. Audit data and migrations: Verify forward and backward compatibility, rehearsal evidence, lock and duration risk, backup and restore, rollback semantics, data validation, and ownership of irreversible transitions.
  6. Audit observability: Map each critical journey and failure mode to structured logs, metrics, traces, dashboards, actionable alerts, and a tested runbook. Every alert needs an owner and a justified threshold.
  7. Audit capacity and cost: Compare measured demand and headroom with explicit thresholds. Cover saturation, rate limits, concurrency, timeouts, retries, quotas, degraded modes, and cost guardrails without inventing traffic evidence.
  8. Audit rollout and recovery: Prefer the smallest reversible exposure. Define preflight checks, canary or staged progression, health windows, automatic and human stop signals, rollback owner, rollback command or mechanism, and post-rollback verification.
  9. Audit operations: Confirm service ownership, support and escalation paths, dependency contacts, access, runbooks, maintenance burden, disaster recovery, and the first-hours monitoring plan.
  10. Protect unrelated work: Before any full gate, inspect the full gate's task definition and working-tree state. If it runs whole-tree write-formatters and unrelated or user changes are present, validate the exact candidate in an isolated temporary worktree or run equivalent non-mutating checks; never reformat unrelated work.
  11. Verify proportionally: Run the repository-owned local gate, normally mise run all, and only the authorized runtime or staging checks. Failed, stale, unavailable, or differently-scoped evidence remains a gap.
  12. Make the gate decision: Return GO, CONDITIONAL GO, or NO-GO. Authority pressure, schedule pressure, and sunk cost cannot turn a failed hard gate into GO.

Read the full file on GitHub · 59 lines

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. 3d ago First seen · 59 lines · 46 tokens per session scan A 6bb1231bffea

Subscribe to this mod's changes

production-readiness is a skill published in the GitHub repository fmind/dotfiles (4 stars, last pushed 4d ago), licensed MIT. It adds 46 tokens to every session and 1,166 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

dotfiles-bootstrap

Bootstrap a workstation with the dotfiles framework. Takes a GitHub user / owner+repo / explicit clone URL and runs dot init (which shells out to chezmoi) with the right safety prompts. Honors the active agent profile (ask / plan / apply / audit) so it defaults to dry-run in safer modes and full apply in apply.

sebastienrousseau/dotfiles · 88 tokens

aiq-research

Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.

laurigates/dotfiles · 25 tokens

obsidian-bases

Obsidian Bases database feature for YAML-based interactive note views. Use when creating .base files, writing filter queries, building formulas, configuring table/card views, or working with Obsidian properties and frontmatter databases.

laurigates/dotfiles · 49 tokens

telegram

Send notifications, interactive questions, or multiple-choice polls to the user via Telegram. Use when the user asks to be notified ("ping me", "notify me on Telegram", "ask me when..."), when a long-running task finishes and the user is likely away, when an irreversible action needs out-of-band confirmation, or when…

laurigates/dotfiles · 117 tokens

chezmoi-expert

Comprehensive chezmoi dotfiles management expertise including templates, cross-platform configuration, file naming conventions, and troubleshooting. Covers source directory management, reproducible environment setup, and chezmoi templating with Go templates. Use when user mentions chezmoi, dotfiles, cross-platform…

laurigates/dotfiles · 88 tokens

neovim-configuration

Modern Neovim configuration expertise including Lua scripting, plugin management with lazy.nvim, LSP setup with Mason, AI integration with claudecode.nvim/opencode.nvim, and workflow optimization. Covers keymaps, autocommands, and treesitter configuration. Use when user mentions Neovim, nvim, lazy.nvim, Mason…

laurigates/dotfiles · 89 tokens