What problem does it solve? Deciding whether a branch is truly ready for a pull request often relies on gut feel or green CI alone, letting unreviewed code, missing changelog entries, stale evidence, and transient artifacts slip through. This Skill runs a read-only readiness gate that gathers the full working surface, verifies upstream review steps from receipts, and produces a recommendation with numbered options before any PR is opened. ## Core Features & Use Cases - Working surface gather: Enumerates committed, staged, unstaged, and untracked paths against the merge base, and flags transient artifacts that would ship with the change. - Receipt-based verification: Records code review, simplification, browser testing, design critique, and learning capture with a closed set of status words, refusing Approve when evidence is missing. - Pre-PR sweep checks: Runs bundled shell helpers for changelog entries, evidence freshness, and diff size caps, deferring to repository-owned gates when they exist. - Use Case: Before opening a PR on a feature branch, ask the agent to check PR readiness; it reports a recommendation such as approve, request changes, or stop and file follow-up, then waits for your numbered reply. ## Quick Start Ask the agent to check whether the current branch is ready for a pull request and wait for its recommendation and numbered options.