What problem does it solve? Opening a pull request involves many error-prone steps: committing outstanding work, rebasing on the trunk, running linters and tests, pushing the branch, and writing a title and description that will survive as the squash commit. This Skill automates that entire workflow with guardrails so nothing is missed and the trunk is never touched. ## Core Features & Use Cases - End-to-end PR workflow: Detects the feature branch, default branch, and remote host, then commits, rebases, verifies the build is green, pushes, and opens the PR. - Multi-forge support: Uses the correct CLI for the remote host: gh for GitHub, tea for Gitea/Forgejo, and glab for GitLab, including draft handling per forge. - Squash-ready title and description: Writes a conventional-commit title and a lead block wrapped at 72 characters, with BREAKING CHANGE footers and optional review sections, honoring repo PR templates when present. - Use Case: After finishing a feature branch, ask to "put this up for review" and the Skill regroups a sprawled commit history, runs the full test gate, pushes the branch, and opens a ready-for-review PR with a properly formatted description. ## Quick Start Ask the assistant to open a pull request for the current branch, for example by saying "get this branch reviewed".