What problem does it solve? Reviewing PRs that change on-prem cluster state is risky when reviewers trust the author's claims; this Skill enforces independent verification against the live cluster and source repo before approving changes to RisingWave namespaces or platform-wide resources. ## Core Features & Use Cases - Structured 8-phase review workflow: reads the PR diff, identifies the target namespace from source manifests, verifies every claim against the live cluster with kubectl, and drafts a Round-N comment in BLOCKER/CLEARED/ADVISORY format. - Namespace coordination gate: applies the Tim-coordination rule for the risingwave namespace on op-usxpress-dev and scopes ownership claims per cluster. - Quality-bar checklist: catches real incident patterns such as readiness probes on wrong ports, deleted comments containing counter-arguments, and server-side-apply conflicts on live objects. - Use Case: A teammate opens a PR patching a HelmRelease in the platform repo; you run /pr-review-rw iaac-talos-flux-platform 42 to verify the live release version, confirm the target namespace, and post an evidence-backed Round-1 review comment. ## Quick Start Ask the assistant to review PR number 7 on the iaac-talos-flux-cluster repository using the pr-review-rw workflow.