What problem does it solve? Opening a pull request involves repetitive manual steps: creating a branch, writing conventional commits, ensuring an Nx version plan exists, pushing, and drafting a PR description. This Skill runs that entire flow automatically in one go. ## Core Features & Use Cases - End-to-end PR automation: Creates a feature branch from main if needed, commits uncommitted changes with a conventional commit message, pushes, and opens the PR via the GitHub CLI. - Nx version plan enforcement: Detects missing .nx/version-plans/ entries and creates one per affected package with patch frontmatter before opening the PR. - Structured PR body: Generates a PR description with Description (why), How to test (concrete steps), and Screenshots sections derived from the diff against main. - Use Case: You finished a bug fix on the Ledger Lumen design system and want a PR opened. Invoke the Skill and it commits your changes, adds the version plan, pushes, and returns a clickable PR link without asking for confirmation. ## Quick Start Ask the assistant to open a PR from the current branch to main using the open-pr skill.