deploy

Configure Vercel deployments and run post-deployment health checks for IntelliX applications.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/fmbp1981-hash/cavendish-gig --skill deploy-fmbp1981-hash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/fmbp1981-hash/cavendish-gig/tree/main/.claude/plugins/intellix-plugin/skills/deploy
Command: npx skills add https://github.com/fmbp1981-hash/cavendish-gig --skill deploy-fmbp1981-hash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the deployment process for IntelliX projects, ensuring that each step is checked and verified for a smooth transition to production.

Core Features & Use Cases

  • CI/CD Pipeline Setup: Validates the configuration of GitHub Actions for automated testing and deployment.
  • Pre-deployment Checklist: Guides through a comprehensive checklist before deploying to production.
  • Vercel Integration: Handles configuration of environment variables and domain settings.
  • DNS Configuration: Ensures proper DNS setup with Cloudflare for secure and accessible websites.
  • Post-deployment Health Checks: Validates that the site is operational post-deployment.

Quick Start

To perform the final deployment to production, execute the Skill("shipping-and-launch").

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I set up CI/CD pipelines for deploying an IntelliX application to Vercel?

To set up CI/CD pipelines for an IntelliX application, you validate GitHub Actions configurations for automated testing and deployment. This ensures automated pipeline setup for Vercel production releases.

What is included in a pre-deployment checklist for production releases?

A pre-deployment checklist for production releases includes verifying environment variables, domain settings, and DNS configuration. It guides you through comprehensive quality and security steps before shipping.

Does this deployment workflow handle DNS configuration with Cloudflare?

Yes, the deployment workflow handles DNS configuration with Cloudflare. It ensures proper DNS setup to keep your deployed Vercel websites secure and accessible after production launch.

How do I run post-deployment health checks after launching to Vercel?

You run post-deployment health checks by executing the shipping-and-launch skill after your Vercel deployment. This validates that the production site is fully operational and accessible post-launch.

Can I use GitHub Actions for automated testing in an IntelliX deployment pipeline?

Yes, you can use GitHub Actions for automated testing in an IntelliX deployment pipeline. The workflow validates these configurations to ensure proper continuous integration before transitioning to production.