What problem does it solve? Teams using an automated branch-and-release harness need a way to pause automation and put a human in the loop before code lands on preprod. This Skill opens a pull request that explicitly skips auto-merge so reviewers can inspect changes first. ## Core Features & Use Cases - Review-gated PR creation: Writes a .pr-description.md signal file with review: true frontmatter so the GitHub Actions workflow opens the PR without auto-merging it. - Docs audit before review: Launches a docs-updater agent against the preprod diff so stale documentation and missing ADRs are caught before humans review. - Structured PR body: Generates summary, spec link, code-review findings, technical changes, test steps, and the Railway preview URL so reviewers can verify the feature live. - Use Case: After finishing a feature on a claude/ session branch, run /review to open a PR to preprod, assign configured reviewers, and hand off to teammates who can later land it with /to-preprod. ## Quick Start Submit my current feature branch for team review by creating a pull request to preprod without auto-merge.