What problem does it solve? Creating pull requests often leads to missing labels, absent issue links, vague titles, and accidental pushes to protected branches. This Skill enforces a structured workflow so every PR carries complete context, correct metadata, and a confirmed related issue before it goes live. ## Core Features & Use Cases - Guided PR Creation: Walks through branch readiness, remote selection, PR kind confirmation, and grouped collection of all missing inputs before running gh pr create or gh pr edit. - Enforced Metadata Standards: Requires at least one confirmed label and one related issue link per PR, with kind-specific templates for feature, fix, documentation, and chore PRs. - Branch Protection Guardrails: Blocks pushes to master, main, and rc* branches and asks which remote to use when multiple remotes exist. - Use Case: You finished a bug fix on a feature branch. The Skill verifies the working tree, creates a linked issue via oncokb-github-issues if none exists, drafts a Fix-template body from confirmed facts, applies labels, and returns the PR URL with status. ## Quick Start Ask the agent to create a pull request for the current branch using the oncokb-make-pull-request skill and answer its grouped questions about title, labels, and related issues.