What problem does it solve? Opening a pull request manually requires analyzing branch changes, writing a clear title and description, running local review, and handling enterprise-edition companion changes. This Skill automates that entire workflow so every PR follows a consistent, review-ready format. ## Core Features & Use Cases - Automated branch analysis: Inspects commits and diffs against main to build an accurate PR summary, change list, and test plan. - Conventional commit titles: Enforces <type>: <description> formatting (feat, fix, refactor, docs, chore, perf) with an [ee] prefix when enterprise files change. - Mandatory pre-PR review: Invokes the local-review skill before creating the PR so issues are fixed and committed first. - EE companion PRs: Detects changes in the symlinked windmill-ee-private repo and opens a linked companion draft PR there. - Use Case: After finishing a bug fix on a feature branch, ask the assistant to open a PR; it reviews the code locally, pushes the branch, and returns a draft PR URL with a structured body. ## Quick Start Ask the assistant to open a draft pull request for the current branch using the pr skill.