What problem does it solve? Shipping code safely at the end of a task requires running scope validation, code review, compliance scanning, and QA before any git operation — a process that is easy to skip or do inconsistently. This Skill enforces that entire pre-ship pipeline as executable fail-fast gates, then handles the commit, push, and draft PR creation automatically. ## Core Features & Use Cases - Five Executable Quality Gates: Runs scope-checker (delivery + LEAN 6-checks, score ≥7.0), code review with auto-remediation of ≤2 HIGH findings, a heavy full-repo compliance scan (0 CRITICAL / 0 HIGH), a QA gate with minimal/normal/full profiles, and optional domain-specific gates for non-engineering work. - Safe Git Workflow: Verifies worktree session binding, blocks planning artifacts from entering commits, creates atomic conventional commits, pushes, and opens a structured DRAFT PR assigned to the user. - gh-stack Support: Detects approved hierarchical PR stack plans and ships multi-layer partial deliveries as stacked PRs bottom-up. - Use Case: After finishing all tasks in a worktree, run the ship command to have every gate verified, small review findings auto-fixed and committed, and a draft PR opened against the default branch with a readable description. ## Quick Start Run /che-ship after all tasks are marked DONE in the worktree to execute the quality gates and open a draft PR.