What problem does it solve?
It helps determine whether a Luxury Yacht branch is merge-ready, production-ready, and PR-summary quality by grounding the assessment in the actual diff and the repo’s internal contracts.
Core Features & Use Cases
- Merge readiness verdict: Produces a concrete go/no-go-style assessment based on code changes, tests, and validation state, prioritizing findings over narrative.
- Contract audit by change area: Reviews meaningful changes against the relevant architecture and skill contracts to ensure correctness across multi-cluster behavior, refresh/streams, identity/resource modeling, permissions, and UI data handling.
- Validation-driven confidence: Recommends and sequences focused checks and requires specific validation steps (including
mage qc:prerelease and git diff --check) before declaring “ready” for non-documentation work.
Quick Start
Ask: “Review the current branch for merge readiness using origin/main...HEAD and give me findings with exact file/line details, then state the validation state and residual risk.”