What problem does it solve? Opening pull requests that fail repository automation wastes contributor time. This Skill enforces the full PR workflow—approved issue linkage, conventional branch naming, type labels, and passing checks—so every PR meets the repository's GitHub Actions validation rules on the first attempt. ## Core Features & Use Cases - Issue-First Validation: Verifies the linked issue carries the status:approved label and that the PR body contains a Closes #N keyword before submission. - Branch and Commit Conventions: Enforces the type/description branch regex and conventional commit format (type(scope): description) with a type-to-label mapping table. - PR Template Compliance: Structures the PR body with linked issue, type checkbox, summary, changes table, test plan, and contributor checklist, then adds exactly one type:* label. - Use Case: A contributor fixing a shell script bug runs this Skill to create branch fix/zsh-glob-error, run shellcheck, open a PR with Closes #42, and apply the type:bug label so all automated checks pass. ## Quick Start Ask the assistant to create a pull request for the current changes linked to approved issue number 42.