What problem does it solve? Before opening a pull request, contributors often miss repository hygiene requirements such as branch naming conventions, GitHub Issue references, conventional-commit formatting, rebase status, DCO sign-off, and GPG signing. This Skill audits local commits against the target base branch and reports whether the branch is shaped correctly to open as a PR, without mutating git state. ## Core Features & Use Cases - PR-shape audit: Checks branch name format, ticket references, conventional-commit subjects, rebase status, diff size, DCO + GPG signing per commit, and protected files touched. - Structured verdict report: Emits a severity-tagged findings table with a final verdict of NOT READY, READY WITH CHANGES, or READY. - Checklist-driven findings: Every finding traces back to an item in the references/pr-shape.md checklist, preventing hallucinated results. - Use Case: After finishing a feature branch with signed commits, run this check against origin/main to confirm the branch name, issue reference, commit format, and signing all pass before opening the PR. ## Quick Start Run the PR readiness check on my current branch against origin/main and tell me if it is ready to open as a pull request.