What problem does it solve? Renovate opens pull requests that are deliberately incomplete — rules with automerge: false carry work orders in their group names, branches go stale against master, and some updates never become PRs at all. Merging these on green CI ships half-done dependency bumps, broken download URLs, or silent no-ops. ## Core Features & Use Cases - PR triage by class: Compare each PR's merge base against origin/master, read the file list and diff, and classify it (lock file, k8s image pin, host plane, tooling) to decide the handling path. - Finish incomplete bumps: Read the producing rule in renovate.json, verify rewritten download URLs and checksums against the publisher's manifest, and complete coupled pins (e.g., jellyfin server + plugin ABI) in a worktree on top of the bot's commit. - Orphan branch census: Detect renovate/* branches that no open PR or Dependency Dashboard entry speaks for, classify them as settled, dead, or lost updates, and report them without deleting. - Use Case: A green Renovate PR bumps a plugin version but leaves a 404 asset URL and a stale checksum — this Skill walks you through catching the mismatch, fixing the pin, and landing it through the serialized land.sh flow. ## Quick Start Ask the assistant to go through the open Renovate PRs, triage each one, finish any incomplete bumps, and land them one at a time.