What problem does it solve? Contributors often open pull requests that lack linked issues, proper labels, or valid branch names, causing automated checks to fail and blocking merges. This Skill enforces the Gentle AI repository's PR workflow so every submission passes validation on the first attempt. ## Core Features & Use Cases - Issue-First Validation: Verifies the linked issue carries the status:approved label before any PR is opened, preventing blocked submissions. - Branch Naming Enforcement: Applies the type/description regex convention (feat, fix, chore, docs, and more) so branch names pass CI validation. - Conventional Commits & Labels: Maps commit types like feat(scope): description to the required type:* PR labels, including breaking-change detection. - Use Case: A contributor fixing a shell script bug uses this Skill to create the branch fix/zsh-glob-error, run shellcheck, open a PR with Closes #42, and add the type:bug label so all GitHub Actions checks pass. ## Quick Start Ask the agent to create a pull request for issue number 42 following the repository's branch naming and labeling rules.