What problem does it solve? After building a code change, you need an objective check that the implementation actually matches the plan before shipping. This Skill automates that review by spawning a dedicated reviewer subagent that compares the plan, build report, and git diff, then returns a clear ship/rework verdict with severity-tagged findings. ## Core Features & Use Cases - Plan-vs-diff verification: Gathers the plan file, build report, and the full git diff (staged, unstaged, or against the branch point) and passes them directly to the reviewer. - Read-only reviewer subagent: Spawns one reviewer that only finds and severity-tags issues without modifying any code. - Rework feedback loop: When the verdict is rework, the findings become the input for a follow-up /code-build run instead of being auto-fixed. - Use Case: After running /code-build on a feature, invoke /code-review my-feature to get a verdict and a list of findings before deciding whether to ship or iterate. ## Quick Start Run /code-review with the slug of a previously built change to get a ship or rework verdict with severity-tagged findings.