What problem does it solve? Manually preparing a pull request involves many error-prone steps: verifying the branch, running tests and linters, checking CI workflows, pushing, and writing a proper PR description. This Skill automates that entire pre-PR checklist so nothing gets skipped. ## Core Features & Use Cases - Branch Verification: Confirms you are on a feature branch and creates one from main/master if needed, preventing accidental pushes to protected branches. - Pre-PR Quality Gates: Runs available test, lint, and format commands and inspects .github/workflows to catch CI failures locally before opening the PR. - Structured PR Creation: Pushes the branch and opens the PR via the gh CLI with a consistent Summary and Test plan body template. - Use Case: After finishing a bug fix on a feature branch, invoke the Skill to run the test suite, push the branch, and open a properly formatted PR, returning the PR URL for review. ## Quick Start Send up my current changes as a GitHub pull request.