What problem does it solve? Autonomous agent pipelines finish code changes but leave the final shipping step — committing, pushing, opening the PR, applying labels, and releasing issue locks — inconsistent or manual. This Skill standardizes that final step so every automated run ends with a ready-for-review PR and a clean tracker state. ## Core Features & Use Cases - Duplicate-safe PR opening: Detects and reuses an existing PR for the branch or issue instead of opening a second one, refreshing its body and labels. - Full SDLC label normalization: Applies the review, category, QA, priority, and risk labels through guarded tracker operations, with one consolidated rationale comment. - Lock handoff and release: Transfers the in-progress lock to the PR for chained runs and always releases the issue lock, even on failure. - Use Case: An autofix chain (verify → root-cause → fix) finishes editing files; this Skill commits the work, pushes the branch, opens a ready PR against the configured base branch, labels it, and emits the PR: reference line so the review skill can continue. ## Quick Start Ask the agent to run om-open-pr on the current branch to commit the pending changes, push them, and open a labeled pull request against the configured base branch.