community-skills/deploy-check

Coding

PublicClaude skill

Controllo Pre-Deploy

Gate prima del deploy: lint, typecheck, test, dimensione del bundle e diff delle env. Blocca tutto al primo errore.

claude-code
ClaudeClaude
README.md

Trigger

Run this from the project root once Claude Code is ready.

/deploy-check {branch}

Pipeline

Come entrano in azione gli agenti quando lanci il trigger.

Esempio di invocazione

/deploy-check feat/funnel-revamp

Output di esempio

text
Static: PASS. Tests: 312/312. Bundle: +3kb (acceptable). Env: 2 new vars (NEXT_PUBLIC_*).
Verdict: GO.

Related reading

Used in these automations