What problem does it solve? Open Dependabot and Renovate pull requests pile up, contest the same lockfile, and carry real supply-chain risk, so landing them safely requires tedious manual triage of CI state, semver level, and diffs for every single PR. ## Core Features & Use Cases - Read-only PR survey: A script lists every open bot PR with ecosystem, semver level, check rollup, merge state, touched files, and which files are contested by multiple PRs. - Risk-based landing modes: Merges clean PRs individually or builds one combined integration branch that regenerates pnpm-lock.yaml, then closes superseded originals only after the combined PR lands. - Security and failure triage: A checklist covers SHA-pinning, major-bump release notes, and 0.x minors, plus a catalog of nine CI failure modes (peer conflicts, lockfile drift, cooldown rejections, build regressions) with the correct response to each. - Use Case: You return from vacation to twelve open Dependabot PRs, several fighting over pnpm-lock.yaml. Run the survey, present one triage plan for approval, then let the skill merge the clean Actions PRs and combine the npm ones into a single verified PR. ## Quick Start Ask the assistant to survey all open Dependabot and Renovate pull requests in this repository and propose a merge plan for approval.