verify-shipped

Audit a SaaS repository across worktree, branch, PR, Vercel, edge function, and migration states.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill verify-shipped
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-shipped
Source: https://github.com/NewEarthAI/vibecode-project-template/tree/main/.claude/skills/verify-shipped
Command: npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill verify-shipped

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, supabase, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive audit of your SaaS application's repository across six critical layers, identifying and resolving issues that could lead to deployment failures or incorrect behavior in production.

Core Features & Use Cases

  • Multi-Layer Audit: Checks worktree state, branch state, PR state, Vercel deploy lag, edge function drift, and migration drift.
  • Actionable Findings: Provides detailed reports with exact fix commands for each identified issue.
  • Use Case: Before a major demo or production deployment, use this Skill to ensure that your application is ship-ready and that all critical aspects are in sync.

Quick Start

/verify-shipped deep

Frequently Asked Questions about verify-shipped

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

FAQPage Schema
How do I audit my SaaS repository for deployment readiness?

To audit your SaaS repository for deployment readiness, run a deep check across worktree, branch, PR, Vercel deploy, edge function, and migration states. This detects inconsistencies and missing updates to ensure your application is ship-ready.

What is migration drift and edge function drift in a SaaS deployment?

Migration drift and edge function drift occur when local repository states fall out of sync with deployed Supabase changes. Auditing detects these inconsistencies, preventing incorrect behavior or deployment failures in your production environment.

Do I need GitHub and Supabase APIs to check for deploy lag?

Yes, you need both GitHub and Supabase APIs configured to check for deploy lag and drift. The audit requires these APIs alongside a local git setup to compare repository states against live deployments.

How do I fix Vercel deploy lag and branch state inconsistencies?

To fix Vercel deploy lag and branch state inconsistencies, run an audit that generates actionable findings with exact fix commands. This pinpoints missing updates and resolves worktree or PR state mismatches.

What's the best way to prevent deployment failures in a SaaS app?

The best way to prevent deployment failures is performing a comprehensive multi-layer audit before production. Checking branch, PR, and migration drift states ensures all critical aspects are in sync and ship-ready.