Deploy Check
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
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 RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps