Adds production-audit under Security & Systems.
A Claude Code skill that audits a shipped repo for the 14 production-readiness gaps ~70% of AI-coded projects miss — RLS coverage, webhook idempotency, secret-in-bundle, column GRANT mismatches (Postgres column-level grant pattern + new column without grant = silent 42501), Stripe API idempotency, mobile input zoom, and ten others.
The current Security & Systems entries (computer-forensics, threat-hunting-with-sigma-rules, etc.) and most security skills across the list are in-session lenses — they scan the editor buffer at write-time. production-audit scans the deployed product post-merge: live URL, GitHub signals, repo structure, Lighthouse, secrets in shipped bundle. Different timing, different inputs, different findings. The two run side-by-side without overlap.
npx skills add commitshow/production-audit
or in Claude Code:
/plugin marketplace add https://github.com/commitshow/production-audit
name + description, ~390 chars).claude/skills/production-audit/SKILL.md.claude-plugin/marketplace.jsonnpx skills add confirmed working