deploy-check

Automate pre-deployment verification for InsuranceGrokBot with syntax checks, tests, and infrastructure validation.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/mitchellvandusen-cell/Flask-Webhook --skill deploy-check-mitchellvandusen-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/mitchellvandusen-cell/Flask-Webhook/tree/main/.claude/skills/deploy-check
Command: npx skills add https://github.com/mitchellvandusen-cell/Flask-Webhook --skill deploy-check-mitchellvandusen-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all code changes in InsuranceGrokBot are safe for deployment by verifying the integrity of the code, tests, schema, and infrastructure.

Core Features & Use Cases

  • Pre-Deployment Verification: Performs a series of checks before deployment to detect issues that could break the system.
  • Code Syntax & Import Verification: Checks Python imports and syntax for potential errors.
  • Test Suite Execution: Runs a comprehensive test suite to verify the code's correctness.
  • Breaking Change Detection: Identifies schema changes, API changes, environment variable changes, and dependency changes that could impact the system.
  • Safety Review: Ensures multi-tenant isolation, correct Twilio operations, and proper usage of Redis keys.
  • Infrastructure Health: Verifies the health of Railway services and checks environment variables.

Quick Start

Execute the 'deploy-check' skill to start the pre-deployment verification process.

Frequently Asked Questions about deploy-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pre-deployment verification for a Flask and PostgreSQL application?

Pre-deployment verification for Flask and PostgreSQL applications automates syntax checks, executes test suites, detects breaking schema changes, and validates infrastructure health to ensure safe production deployments.

What does a breaking change detection check cover for web application deployments?

Breaking change detection covers schema modifications, API alterations, environment variable updates, and dependency changes that could impact system stability during web application deployments.

Can I verify Redis key usage and Twilio operations before deploying my code?

Yes, safety review checks verify proper Redis key usage, correct Twilio operations, and multi-tenant isolation to ensure code is safe for deployment.

How do I check infrastructure health and environment variables on Railway before deploying?

Infrastructure health checks verify Railway services status and validate environment variables to ensure deployment readiness for production-grade web applications.

What is included in a pre-deployment code syntax and import verification process?

Code syntax and import verification checks Python imports and syntax for potential errors, identifying issues that could break the system before deployment occurs.

Does deploy-check work for production-grade deployments using Redis and Twilio?

Yes, deploy-check is designed for production-grade deployments in the context of web applications using Flask, PostgreSQL, Redis, and Twilio, requiring custom scripts and MCP tools for execution.