What problem does it solve? Contributors often open pull requests that fail automated checks because they lack a linked approved issue, use invalid branch names, or miss the required type label. This Skill enforces the Gentle AI contribution workflow so every PR passes validation on the first attempt. ## Core Features & Use Cases - Issue-First Enforcement: Verifies the linked issue carries the status:approved label and requires Closes #N keywords in the PR body. - Branch and Commit Conventions: Validates branch names against the type/description regex and enforces conventional commit messages with type-to-label mapping. - PR Template Compliance: Guides the full PR body structure including summary, changes table, test plan, and contributor checklist, plus shellcheck runs on modified scripts. - Use Case: A contributor fixing a shell script bug creates a fix/zsh-glob-error branch, commits with fix(scripts): correct glob handling, and opens a PR with the type:bug label that passes all GitHub Actions checks. ## Quick Start Ask the assistant to create a pull request for the current changes linked to approved issue number 42.