SweetClaude Deploy Ship

Enforce pre-deployment checklists and post-deployment smoke tests for production releases.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill sweetclaude-deploy-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SweetClaude Deploy Ship
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/deploy-ship
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill sweetclaude-deploy-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the anxiety and human error associated with production deployments by enforcing a rigorous, checklist-driven release process that ensures stability and rollback readiness.

Core Features & Use Cases

  • Pre-ship Verification: Automatically validates that tests are passing, code reviews are complete, and no secrets are leaked in the diff.
  • Deployment Orchestration: Guides the user through platform-specific deployment steps while ensuring runbooks and rollback plans are documented.
  • Post-deploy Smoke Testing: Ensures the live environment is healthy and provides a structured path for post-mortem creation if hotfixes were involved.

Quick Start

Initiate the deployment process for the current project by invoking the ship skill to begin the pre-ship checklist.

Frequently Asked Questions about SweetClaude Deploy Ship

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

FAQPage Schema
How do I automate a production deployment checklist before shipping code?

To automate a production deployment checklist, this skill enforces pre-ship verification by validating that tests pass, code reviews are complete, and no secrets are leaked in the diff before orchestrating the release.

What is a pre-deployment smoke test and when do I need to run it?

A pre-deployment smoke test validates that the live environment is healthy immediately after a release. You need to run it during production deployment to ensure stability and verify that the new code has not broken core functionality.

How do I ensure rollback readiness during a production release?

To ensure rollback readiness during a production release, this skill guides you through platform-specific deployment steps while enforcing that runbooks and rollback plans are documented before the ship process completes.

Does this deployment orchestration process require external platform integration?

Yes, this deployment orchestration process requires integration with session state management and external deployment platforms to ensure reliable, traceable shipping and automated archival of project plans.

What is the best way to scan for leaked secrets in a release diff?

The best way to scan for leaked secrets in a release diff is through an automated pre-ship verification step, which checks the codebase for sensitive data exposure before allowing the deployment orchestration to proceed.

How do I create a post-mortem after a hotfix deployment?

To create a post-mortem after a hotfix deployment, this skill provides a structured path for post-mortem creation during the post-deploy smoke testing phase if hotfixes were involved in the release cycle.