deploy-verify

Automate Cloudflare Workers and D1 database deployments with post-deployment health checks.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/gigun-dev/caldav --skill deploy-verify-gigun-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-verify
Source: https://github.com/gigun-dev/caldav/tree/main/.claude/skills/deploy-verify
Command: npx skills add https://github.com/gigun-dev/caldav --skill deploy-verify-gigun-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of coordinating production deployments, database migrations, and post-deployment verification for Cloudflare Workers and D1 databases.

Core Features & Use Cases

  • Deployment Orchestration: Manages the sequence of database migrations and worker deployments to ensure consistency.
  • Smoke Testing: Provides a structured checklist for verifying DAV connectivity, MCP endpoints, and database integrity.
  • Use Case: Use this skill when you need to push a new version of the application to production and verify that the database schema and API endpoints are functioning correctly after the deployment.

Quick Start

Execute the deploy-verify skill to perform a full production deployment and run the post-deployment smoke check sequence.

Frequently Asked Questions about deploy-verify

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

FAQPage Schema
How do I automate database migrations and post-deployment verification for Cloudflare Workers?

To automate migrations and verification for Cloudflare Workers, you orchestrate the deployment sequence and execute post-deployment health checks. This validates database connectivity and API response codes after production updates.

What is a smoke test for Cloudflare D1 databases and MCP interfaces?

A smoke test for Cloudflare D1 databases and MCP interfaces is a structured checklist verifying DAV connectivity, MCP endpoint availability, and database integrity. It ensures system stability by validating API response codes after production updates.

Can I run migration scripts and worker deployments in a single production workflow?

Yes, you can run migration scripts and worker deployments in a single production workflow. Deployment orchestration manages the sequence of D1 database migrations and worker deployments to ensure production consistency and stability.

How do I check DAV connectivity and database integrity after a production deployment?

To check DAV connectivity and database integrity after a production deployment, you execute a structured smoke testing checklist. This validates database connectivity and verifies that API endpoints are functioning correctly.

What is the best way to validate API response codes after pushing a new version to production?

The best way to validate API response codes after pushing a new version to production is using a post-deployment smoke check sequence. This verifies DAV connectivity, MCP endpoints, and database integrity to ensure system stability.