final-verify

Automate staging-to-production verification and deployment gating with unit tests, Playwright E2E, and Nick confirmation.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill final-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-verify
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/final-verify
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill final-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an automated, auditable gate for moving code from staging to production, ensuring all required checks and approvals are completed before production deployment.

Core Features & Use Cases

  • End-to-end deployment gating with staging-to-prod workflow
  • Enforces unit tests, Playwright E2E, and Nick's sign-off before merging to main
  • Provides repeatable, auditable deployment steps for teams using Supabase, CI, and feature flags

Quick Start

Initiate a final verification pass to gate production deployment once CI is green and Nick has approved.

Frequently Asked Questions about final-verify

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

FAQPage Schema
How do I automate staging-to-production deployment gating with explicit sign-off?

Deployment gating automates the staging-to-prod workflow by enforcing unit tests, Playwright E2E, and explicit Nick confirmation before a controlled merge to main. It ensures all required checks and approvals are completed before production deployment.

What is a deployment gate and when do I need it for my CI-CD pipeline?

A deployment gate is an automated, auditable checkpoint for moving code from staging to production. You need it when your CI-CD pipeline requires unit tests, Playwright E2E, and explicit human sign-off before merging to main to prevent unverified releases.

Does this deployment gating workflow require Playwright E2E and unit tests to pass?

Yes, this deployment gating workflow requires both unit tests and Playwright E2E tests to pass. It enforces these prerequisites along with environment switching, migration pushes, and explicit Nick confirmation before allowing a merge to main.

Can I use this staging-to-prod verification with Supabase and feature flags?

Yes, this staging-to-prod verification provides repeatable, auditable deployment steps designed for teams using Supabase, CI, and feature flags. It applies to projects with a staging and ci-testing flow that require strict production sign-off.

What's the best way to enforce environment switching and migration pushes before production deploy?

The best way to enforce environment switching and migration pushes is using an automated deployment gate that verifies these prerequisites alongside test loops. It ensures migration pushes complete successfully before allowing a controlled merge to main.

Why does my production deploy require Nick's sign-off before merging to main?

Your production deploy requires Nick's sign-off because the deployment gate enforces explicit human confirmation as an auditable checkpoint. This ensures a controlled merge to main only happens after all automated tests pass and approval is granted.