AgentSkillsCN

check-production-ready

在正式上线前,对代码进行全面检验——从构建、测试,到安全校验与配置检查,每一步都不可疏忽。

SKILL.md
--- frontmatter
name: check-production-ready
description: Verify code is ready for production - build, tests, security, and configuration checks
allowed-tools: Bash, Read, Glob, Grep

Check Production Ready Skill

Validate that code meets production deployment standards.

Usage

bash
/check-production-ready        # Full production readiness check

What Gets Checked

CategoryChecks
BuildCompiles without errors
TestsAll pass, none skipped without reason
LintingESLint, TypeScript, Clarinet
Securitynpm audit, no hardcoded secrets
Environment.env.example exists, no dev URLs
GitClean working directory, correct branch

Output

Checklist with pass/fail status and summary of any blockers or warnings.

Runbook

Full procedure: runbook/check-production-ready.md in your knowledge base.