ship

Orchestrate deployment validation with pre-flight checks, security scans, and rollback support.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djnsty23/claude-auto-dev --skill ship-djnsty23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/djnsty23/claude-auto-dev/tree/main/skills/ship
Command: npx skills add https://github.com/djnsty23/claude-auto-dev --skill ship-djnsty23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end deployment validation and rollouts.

Core Features & Use Cases

  • Pre-flight checks across codebase and configs
  • Security scan and environment verification before deployment
  • Auto-detect and deploy to Vercel/Netlify/Supabase
  • Post-deploy verification and optional rollback

Quick Start

Run ship to deploy your app once it passes pre-flight, security, and verification checks.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I run pre-flight checks before deploying my web app?

Automated pre-flight checks validate your codebase and configurations before deployment. You can orchestrate these checks by running a validation process that scans for errors and ensures environment readiness before shipping.

Can I automate rollbacks on Vercel and Netlify if a deployment fails?

Automated rollback support is available for Vercel, Netlify, and Supabase. The deployment process includes post-deploy verification and can trigger an optional rollback if verification steps detect a failure.

Does CI-CD pipeline deployment include security scanning by default?

Security scanning is integrated into the CI-CD deployment pipeline by default. The process applies mandatory security verification and environment detection before allowing any rollout to proceed.

What is the best way to handle multi-step deployment coordination across hosting targets?

The best way to handle multi-step deployment coordination is using an orchestration process with built-in guardrails. This ensures mandatory verification steps are satisfied before deploying to auto-detected hosting targets like Vercel or Supabase.

Why does my deployment fail environment verification checks?

Deployment environment verification fails when mandatory guardrails detect misconfigurations or missing variables. The validation process requires all environment checks to pass before proceeding with the rollout to prevent shipping errors.