deploy-checklist

Generate a deployment checklist for Layaa OS releases with Supabase migrations and edge functions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/4asaanAI/Claude-patches --skill deploy-checklist-4asaanai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-checklist
Source: https://github.com/4asaanAI/Claude-patches/tree/main/framework-foundry/Claude%20Plugins/layaa-ai/skills/deploy-checklist
Command: npx skills add https://github.com/4asaanAI/Claude-patches --skill deploy-checklist-4asaanai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams quickly assemble a comprehensive deployment checklist for releases, ensuring all critical areas are covered.

Core Features & Use Cases

  • Pre-deploy checks: ensure tests pass, builds succeed, and environment variables are configured.
  • Database migrations: review migrations, verify backups, and confirm RLS/policies are appropriate.
  • Edge functions: verify deployment, function health, and secret handling.
  • Rollback planning: define rollback steps and capture previous stable state.
  • Use Case: When preparing to release a new version, generate a step-by-step checklist aligned with Layaa OS patterns.

Quick Start

Generate a deployment checklist for the current release, including code, migrations, edge functions, env vars, and rollback steps.

Frequently Asked Questions about deploy-checklist

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

FAQPage Schema
How do I create a deployment checklist for a software release?▼

To create a deployment checklist for a software release, generate a step-by-step list covering pre-deploy checks, database migrations, edge function deployment, environment variables, and rollback planning.

What should a rollback plan include before deploying edge functions?▼

A rollback plan for deploying edge functions should define explicit rollback steps and capture the previous stable state to ensure quick recovery if the release fails.

How do I verify Supabase migrations before a production release?▼

Verify Supabase migrations before a production release by reviewing the migration scripts, confirming database backups, and checking that Row Level Security policies are appropriately configured.

Can I use this deployment checklist for Vite build and Supabase projects?▼

Yes, this deployment checklist applies to Vite build and Supabase projects, specifically targeting software release workflows following Layaa OS deployment patterns including edge functions and migrations.

What pre-deploy checks are required for a successful release?▼

Required pre-deploy checks for a successful release include ensuring all tests pass, verifying the build succeeds, and confirming environment variables are correctly configured.