Deploy Check banner
Svenja-dev Svenja-dev

Deploy Check

DevOps community

Description

# Deploy Check (Pre-Deployment Verification) Run pre-deployment checks: ## 1. Build Verification ```bash npm run build ``` ## 2. Production Deployment ```bash # Vercel npx vercel --prod # Or your deployment command npm run deploy ``` ## 3. Region/Environment Check (if applicable) ```bash # Vercel example - verify deployment region npx vercel inspect <deployment-url> --wait # AWS example aws configure get region ``` **Important**: Verify deployment matches your compliance requirements (GDPR

Installation

Installs to ~/.claude/skills/svenja-dev-claude-code-skills-deploy-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/svenja-dev-claude-code-skills-deploy-check && curl -fsSL https://raw.githubusercontent.com/Svenja-dev/claude-code-skills/HEAD/commands/deploy-check.md -o ~/.claude/skills/svenja-dev-claude-code-skills-deploy-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository