โ† Back to list
alexanderjamesmcleod

deploy-helper

by alexanderjamesmcleod

Ideas that make sense. Products that make cents. ๐Ÿ’ก๐Ÿ’ฐ An autonomous AI development platform.

โญ 0๐Ÿด 0๐Ÿ“… Jan 8, 2026

SKILL.md


name: deploy-helper description: Deployment utilities for various platforms with health checks and rollback

deploy-helper

Overview

Comprehensive deployment utilities for Vercel, Netlify, and Supabase with pre-deployment checks, health monitoring, and rollback capabilities. Streamlines the deployment workflow with integrated environment management and domain configuration.

Usage

deploy-helper <command> [options]

Commands

Core Deployment

  • vercel [env] - Deploy to Vercel (production/preview)
  • netlify [env] - Deploy to Netlify (production/preview)
  • supabase-functions - Deploy Supabase edge functions
  • preview - Create preview deployment (auto-detect platform)

Monitoring & Management

  • health <url> - Comprehensive deployment health check
  • status - Show deployment status across all platforms
  • list - List recent deployments
  • logs <deployment> - View deployment logs

Configuration

  • domains - Manage custom domains
  • env <deployment> - Manage deployment environment variables
  • rollback [version] - Rollback to previous deployment

When to Use

  • "deploy to production" - Use deploy-helper vercel production
  • "create preview" - Use deploy-helper preview
  • "check deployment" - Use deploy-helper health <url>
  • "rollback deployment" - Use deploy-helper rollback
  • "deploy functions" - Use deploy-helper supabase-functions
  • "deployment status" - Use deploy-helper status

Features

Pre-Deployment Checks

  • โœ“ TypeScript compilation verification
  • โœ“ Linting checks
  • โœ“ Build verification (Netlify)
  • โœ“ Interactive error handling

Health Monitoring

  • โœ“ HTTP status verification
  • โœ“ Response time measurement
  • โœ“ SSL certificate validation
  • โœ“ Common health endpoint detection

Deployment Management

  • โœ“ Multi-platform support (Vercel, Netlify, Supabase)
  • โœ“ Environment management (production/preview/development)
  • โœ“ Domain configuration
  • โœ“ Environment variable management
  • โœ“ Rollback capability

Examples

Deploy to Vercel Production

deploy-helper vercel production

Create Preview Deployment

deploy-helper preview

Check Deployment Health

deploy-helper health https://my-app.vercel.app

Deploy Supabase Functions

deploy-helper supabase-functions

View Deployment Status

deploy-helper status

Manage Environment Variables

deploy-helper env

Rollback Deployment

deploy-helper rollback

Environment Variables

Set these environment variables for authentication:

  • VERCEL_TOKEN - Vercel authentication token
  • NETLIFY_AUTH_TOKEN - Netlify authentication token
  • SUPABASE_ACCESS_TOKEN - Supabase access token

Prerequisites

Install the required CLI tools:

# Vercel
npm install -g vercel

# Netlify
npm install -g netlify-cli

# Supabase
brew install supabase/tap/supabase  # macOS
# or download from https://supabase.com/docs/guides/cli

Scripts

  • scripts/main.sh - Main deployment functionality

Claude can execute this script directly without loading it into context.

Additional Resources

For detailed information, see:

Progressive Disclosure

Additional reference files available:

  • reference/troubleshooting.md - Common deployment issues
  • reference/best-practices.md - Deployment best practices

Score

Total Score

50/100

Based on repository quality metrics

โœ“SKILL.md

SKILL.mdใƒ•ใ‚กใ‚คใƒซใŒๅซใพใ‚Œใฆใ„ใ‚‹

+20
โ—‹LICENSE

ใƒฉใ‚คใ‚ปใƒณใ‚นใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹

0/10
โ—‹่ชฌๆ˜Žๆ–‡

100ๆ–‡ๅญ—ไปฅไธŠใฎ่ชฌๆ˜ŽใŒใ‚ใ‚‹

0/10
โ—‹ไบบๆฐ—

GitHub Stars 100ไปฅไธŠ

0/15
โ—‹ๆœ€่ฟ‘ใฎๆดปๅ‹•

3ใƒถๆœˆไปฅๅ†…ใซๆ›ดๆ–ฐใŒใ‚ใ‚‹

0/10
โ—‹ใƒ•ใ‚ฉใƒผใ‚ฏ

10ๅ›žไปฅไธŠใƒ•ใ‚ฉใƒผใ‚ฏใ•ใ‚Œใฆใ„ใ‚‹

0/5
โœ“Issue็ฎก็†

ใ‚ชใƒผใƒ—ใƒณIssueใŒ50ๆœชๆบ€

+5
โœ“่จ€่ชž

ใƒ—ใƒญใ‚ฐใƒฉใƒŸใƒณใ‚ฐ่จ€่ชžใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹

+5
โ—‹ใ‚ฟใ‚ฐ

1ใคไปฅไธŠใฎใ‚ฟใ‚ฐใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹

0/5

Reviews

๐Ÿ’ฌ

Reviews coming soon