What problem does it solve? Pull requests to repositories you do not own get closed without review when they ignore the project's stated rules, AI policies, or process gates. This Skill walks you through every requirement before you write code, so your contribution survives process checks and reaches actual review. ## Core Features & Use Cases - Rule Discovery: Reads the upstream's CONTRIBUTING, AI policy, code of conduct, and PR templates on the default branch before any work begins. - Gate Checking: Identifies process blockers like CLA signatures, DCO sign-offs, required feature requests, vouch steps, and whether unsolicited PRs are accepted at all. - AI Disclosure Compliance: Applies the exact disclosure format each project demands, such as btop's [AI generated] tag or nix's Assisted-by: trailer. - Use Case: You fixed a bug in a forked dependency and want to send it upstream. The Skill checks the project's gates, matches their commit conventions from git log, opens a draft PR with gh, watches CI until green, and records the outcome if rejected. ## Quick Start Prepare a draft pull request to the upstream repository for my fix, following their contribution guidelines and AI disclosure policy.