What problem does it solve? Opening a pull request on Gitea normally requires a long manual sequence: creating the right branch from the right base, committing pending work, pushing, and then filling in PR title, body, labels, and assignees. This Skill runs that entire flow in one guided command, including the dual-PR handling that hotfixes require. ## Core Features & Use Cases - Full branch-to-PR flow: Asks for branch type (feature, bugfix, hotfix) and name, creates the branch from the correct base (stable branch for hotfix, integration branch otherwise), commits pending changes with a Conventional Commits message, pushes, and opens the PR. - Hotfix dual-PR handling: Automatically opens two PRs for hotfixes — one to the stable branch and one to the integration branch — with the correct body for each. - Spec integration: Resolves anvil spec folders by numeric branch prefix, enforces the merge guard (all tickets resolved and spec archived before PR creation), and links closed tickets back to the PR URL. - Use Case: You have uncommitted login fixes on your working tree. Invoke the flow, answer "hotfix" and "login-fix", and the Skill stashes, branches from main, commits, pushes, and opens both PRs with labels and assignees set. ## Quick Start Ask the assistant to run the full tea flow to create a branch from my pending changes, commit them, push, and open a pull request on Gitea.