check-production-ready

SkillDev tools

Production readiness audit - checks unwrap elimination, error handling, clippy, docs, channel usage, and test count.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the check-production-ready skill

What this skill tells your AI

The instructions your AI receives, as published by nwiizo/ccswarm in .agents/skills/check-production-ready/SKILL.md and read by ahel’s review.

When subagents are enabled in Codex, prefer delegating this workflow to the rust-fix-agent custom agent.

Verify 7 production quality criteria:

#ItemCheck
1unwrap() eliminationgrep -r "\.unwrap()" crates/ccswarm/src/ --include="*.rs" (exclude tests)
2Error handlingthiserror usage, custom error types
3Async patternstokio runtime, proper async usage
4Documentationcargo doc --workspace --no-deps
5Clippy cleancargo clippy --workspace -- -D warnings
6Channel-BasedChannel vs Arc ratio
7Minimal testing~8-10 focused tests

Score: 7/7 = PRODUCTION_READY, 5-6/7 = NEEDS_WORK, 0-4/7 = CRITICAL.

Fix any issues found, then report results as JSON.

Signals

GitHub stars
151
Forks
15
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
check-production-ready
Source
github.com/nwiizo/ccswarm