What problem does it solve? Committing reviewed work often loses the link between the code change and its issue, review, and verification evidence, or prematurely marks unreviewed work as ready. This Skill enforces a compact evidence handoff and readiness gate before any commit is created. ## Core Features & Use Cases - Evidence Gate Enforcement: Runs handoff.py gate with plan and review URLs to confirm v2 review/check evidence, a current contract, and no partial staging before committing. - Delegated Git Mechanics: Hands all staging, diff inspection, and commit creation to the existing git-commit skill, avoiding duplicated Git logic. - Honest Readiness Reporting: Distinguishes reviewed commits from explicitly requested WIP commits, reporting failed gates as not review-ready instead of silently passing. - Use Case: After a review pass on issue #42, run the /commit workflow to verify the gate with the plan and review URLs, commit only the intended files, and receive the commit SHA plus issue/review links. ## Quick Start Run the /commit workflow for issue 42 with its plan and review URLs to verify the evidence gate and create the commit.