What problem does it solve? Opening pull requests on Gitea manually means writing PR text by hand, picking labels, and remembering which base branch each branch type targets. This Skill automates the entire flow through the tea CLI, including spec-aware checks that block PRs with unresolved tickets. ## Core Features & Use Cases - Branch type auto-detection: Reads the branch prefix (feature/, fix/, hotfix/, legacy {NNN}-{tipo}-{nome}) to decide whether to open one PR to the integration branch or two PRs for a hotfix. - Generated PR text: Produces Conventional Commits titles and structured bodies (Summary, Details, Impact, Spec sections) in English, plus automatic label suggestion matched against tea labels list. - Spec and ticket guardrails: Resolves the spec folder by numeric prefix, verifies all tickets are resolved before creating the PR, and links each ticket back to the PR URL. - Use Case: You finish a fix/013-carrinho-vazio branch and ask the assistant to open the PR — it validates the archived spec, generates the body, applies the Kind/Bug label, and returns the Gitea PR URL. ## Quick Start Ask the assistant to open a pull request for the current branch on Gitea using the tea CLI.