What problem does it solve? Pull requests get closed when contributors skip the rules maintainers wrote down in README, CONTRIBUTING, and PR templates. This Skill enforces a pre-contribution checklist so every PR follows the target repository's documented conventions before submission. ## Core Features & Use Cases - Governing docs checklist: Read README, CONTRIBUTING, CODE_OF_CONDUCT, LICENSE, SECURITY, .github templates, and agent instruction files (AGENTS.md, CLAUDE.md, .cursorrules) before creating a branch. - PR template compliance: Write PR bodies matching the repository's PULL_REQUEST_TEMPLATE.md sections verbatim, with honest checklist boxes and required regression tests for bug fixes. - Pre-submit verification: Re-read governing docs and verify the live PR via gh CLI for stale content, mergeable state, conventional commits, and draft readiness. - Use Case: Before opening a PR against an unfamiliar open-source repo, run this checklist to fetch its CONTRIBUTING.md, match its PR template exactly, and verify the live PR metadata with gh pr view. ## Quick Start Before I open a PR on this repository, read its governing markdown files and verify my PR against its template and contributing rules.