What problem does it solve? Autonomous coding pipelines often finish their work but leave the final shipping step — committing, pushing, opening the pull request, applying labels, and releasing issue locks — inconsistent or manual. This Skill standardizes that final step so every automated run ends with a properly opened, labeled, and traceable pull request. ## Core Features & Use Cases - Commit, push, and open or reuse PRs: Detects existing PRs for the branch or issue and reuses them instead of creating duplicates, opening ready-for-review PRs against the configured base branch. - Full SDLC label normalization: Applies review, category, QA, priority, and risk labels through guarded tracker operations, with a single consolidated label-rationale comment. - Lock handoff and issue handback: Transfers the in-progress lock to the PR for chained runs, hands issues back to their authors, and always releases locks even on failure. - Use Case: After an automated bug-fix run edits files and passes validation, invoke this Skill to commit the changes, open a PR titled fix(auth): resolve token refresh race (#42), apply the label set, and emit the PR: reference line for the next pipeline step. ## Quick Start Ask the agent to run the om-open-pr skill with the issue number and category to commit the current branch, open a labeled pull request, and release the issue lock.