What problem does it solve? Opening a pull request often means writing a vague or inconsistent description, forgetting required sections, or bypassing team conventions. This Skill enforces a canonical PT-BR PR template with five mandatory sections, validates the body before creation, and produces a concise, reviewer-friendly pull request via the GitHub CLI. ## Core Features & Use Cases - Enforced PT-BR Template: Generates PR bodies with exactly five mandatory sections (Resumo, Principais mudanças, Arquitetura & implementação, Antes → Agora, Roteiro de teste), blocking English headers. - Pre-Creation Validation: Writes the draft to .claude/.pr-body-draft.md and validates it with validate-pr-body.cjs before running gh pr create, retrying until it passes. - Context-Grounded Descriptions: Inspects git log and git diff against main so the description reflects actual changes rather than guesses. - Use Case: After finishing a feature branch and committing with /commit-changes, invoke this Skill to open a PR to main with a complete, validated Portuguese description readable in under five minutes. ## Quick Start Ask the assistant to open a pull request to main for the current feature branch using the make-pr skill.