What problem does it solve? Long-running multi-phase pipelines risk losing work when a session ends or fails mid-task. This Skill records restorable checkpoints at each phase boundary so work can resume safely after interruptions. ## Core Features & Use Cases - Git Commit Snapshots: Commits pending changes with a searchable checkpoint: message convention and pushes to the working branch. - Issue Comment State Records: Posts a structured checkpoint comment to the work Issue, including completed tasks, next steps, quality check status, and a machine-readable JSON status block for automatic reload in the next session. - Use Case: After finishing Step 3 of a build phase in a long pipeline, invoke the checkpoint to commit progress and log the next command to run, so a new session can pick up exactly where you left off. ## Quick Start Ask the AI to create a checkpoint recording the completion of the current pipeline phase step.