What problem does it solve? Opening a pull request involves repetitive decisions β picking the right base branch, formatting the title, writing a structured body, and triggering review β that are easy to get wrong or forget. This Skill automates the entire PR creation flow against your team's branching policy and guarantees the review handoff actually happens. ## Core Features & Use Cases - Base Branch Detection: Automatically targets homolog when it exists (enforcing the feature/* β homolog β main flow) and falls back to main, rebasing with --force-with-lease when behind. - Structured PR Body: Writes the body to a file with Summary, Changes, Technical Notes, Test Plan, and References sections, then strips any AI-attribution footer before calling gh pr create. - Mandatory Review Handoff: Finishes by invoking the pr-review skill interactively or emitting a STATUS: pr-created line in autonomous pipelines, so a created PR never sits unreviewed. - Use Case: After committing a feature branch, run the skill to open a correctly-targeted, properly formatted PR and immediately kick off code review without any manual gh commands. ## Quick Start Ask the agent to create a pull request for the current branch using the pr skill after all changes are committed.