What problem does it solve? Writing consistent pull request titles and bodies is repetitive and error-prone: titles must be changelog-ready English one-liners, bodies must follow the repo's PR template in Dutch, and exactly one label must be applied. This Skill encodes all of those rules so every PR you open matches the team's conventions automatically. ## Core Features & Use Cases - Changelog-ready titles: Writes short, imperative English titles from the end-user's perspective, optionally appending a Notion ticket tag like [EXO-1234]. - Template-compliant Dutch bodies: Fills the repo's PR template (What does it do? / How to test? / Issues) in Dutch developer-speak, with concrete frontend click-paths or API call examples for testers. - Label and compliance handling: Applies exactly one appropriate label via gh CLI and appends the mandatory AI-generated disclaimer to every PR body. - Use Case: After finishing a bugfix branch, ask the assistant to open a PR — it drafts the title, writes the Dutch body with test steps, applies the bugfix label, and creates the PR with gh pr create. ## Quick Start Ask the assistant to open a pull request for the current branch using the pull-request rules, including the title, Dutch body, and one label.