Production Review
Use this skill to find defects before customers do.
Workflow
- Identify the artifact under review and the production risk surface.
- Read only the relevant standards:
~/.codex/standards/engineering-standard.mdfor architecture, schemas, Effect, APIs, data, security, observability, testing, and naming.~/.codex/standards/frontend-standard.mdfor UI, accessibility, i18n, motion, and responsive behavior.~/.codex/standards/ai-architecture.mdfor AI systems, evals, tracing, tools, guardrails, and provider choices.~/.codex/standards/delivery-standard.mdfor PR, CI, merge, release, deploy, and production readiness.
- Review from the boundary inward: contracts, data, permissions, failure modes, observability, then implementation details.
- Treat naming, duplicated sources of truth, weak types, missing validation, stale comments, and awkward APIs as real defects.
- For code review, prioritize bugs, regressions, security issues, data loss, scale failures, missing tests, and operational blind spots.
- Do not edit files unless the user explicitly asks for fixes or the conversation clearly establishes implementation ownership.
Output
Findings come first, ordered by severity, with precise file and line references when available.
Include:
- Severity and impact.
- Why it is a defect.
- The smallest durable fix direction.
- Open questions or assumptions.
- Residual risk and validation gaps.
If no findings are found, say that explicitly and state remaining review limits.