What problem does it solve? Shipping software involves repetitive, error-prone steps — verifying tests pass, writing changelogs, bumping versions, tagging, and publishing — that developers often skip or perform inconsistently, leading to broken or undocumented releases. ## Core Features & Use Cases - Preflight Readiness Gates: Runs five verification gates (code health, documentation, metadata, security, CI) and returns a READY, NOT_READY, or READY_WITH_WARNINGS verdict with blockers and warnings. - Full Ship Pipeline: Bumps semantic versions, generates categorized CHANGELOG entries from git history, commits, tags, pushes, and optionally publishes to PyPI, npm, or crates.io with explicit user confirmation. - Portfolio Mode: Assesses release readiness across multiple repositories at once and surfaces quick wins that unblock the most releases. - Use Case: After resolving issues flagged by a technical debt audit, ask the agent to ship version 1.2.0 of your Python package — it verifies all gates, generates the changelog, tags the release, and pauses for confirmation before publishing to PyPI. ## Quick Start Ask the agent to run a release preflight check on your repository to see whether it is ready to ship.