What problem does it solve?
Manual pre-launch checks are time-consuming, inconsistent, and often miss critical issues across code quality, security, and test coverage, leading to failed production deployments or security incidents.
Core Features & Use Cases
- Parallel Fan-out Validation: Automatically dispatches specialized subagents (code-reviewer, security-auditor, test-engineer) to run comprehensive checks in parallel, with a sequential fallback if parallel execution is unavailable.
- Unified Go/No-Go Decision: Aggregates findings from all subagents into a single actionable decision, including categorized blockers, recommended fixes, acknowledged risks, and a detailed rollback plan.
- Use Case: Before shipping a new payment processing feature, use this skill to automatically validate code quality, scan for OWASP vulnerabilities and exposed secrets, and check test coverage gaps, then get a clear go/no-go verdict with rollback steps if issues are found.
Quick Start
Use the ship skill to run a full pre-launch audit of your current code changes and get a go/no-go decision with a rollback plan before shipping to production.