What problem does it solve? Long-running, multi-step pull requests created by om-auto-create-pr-loop often cannot finish in a single session, leaving teams with half-done branches, unclear progress state, and no safe way to pick the work back up without duplicating effort or clobbering another agent's lock. ## Core Features & Use Cases - Stateful resume from PLAN.md: Claims the PR with a three-signal lock, reads HANDOFF.md and the Tasks table, and resumes from the first row whose status is not done. - Lean per-Step commits with checkpoint verification: Lands one commit per Step, batches validation, integration tests, and UI screenshots into checkpoint passes every 5 Steps, and runs a full final gate before marking the PR complete. - Lock discipline and chained hand-offs: Transfers locks between chained skills without releasing them mid-run, hands spec-only PRs to om-auto-implement-spec, and always releases the lock even on failure. - Use Case: A 12-Step feature PR stalled at Step 7 overnight; invoke this Skill with the PR number and it re-enters the isolated worktree, completes Steps 7-12 with checkpoints, runs the review pass, and flips the draft PR to ready. ## Quick Start Resume the unfinished loop run on pull request 1492 by running om-auto-continue-pr-loop with that PR number.