What problem does it solve? Writing clear pull request descriptions is repetitive and often skipped, leaving reviewers without context. This Skill automates gathering the diff, commit history, and changed files to draft a structured PR description and open the PR creation page in your browser. ## Core Features & Use Cases - Context Gathering: Automatically collects the base branch, git diff, commit messages, and changed files to understand the full scope of changes. - Structured PR Template: Produces a description with Summary, Changes, and Testing sections following team-friendly guidelines. - Browser-Based PR Creation: Pushes the branch and opens the GitHub PR creation page via gh pr create --web rather than creating the PR directly, keeping you in control. - Use Case: After finishing a feature branch with several commits, invoke the Skill to get a drafted title and description, then review and submit the PR in your browser. ## Quick Start Ask the assistant to open a PR for the current branch using the open-pr skill.