← ClaudeAtlas

ce-reviewlisted

Independently code-review implemented code — auto-detecting which direction the review runs. Outbound mode (the default): walk six lenses (correctness, security, performance, maintainability, conformance, simplicity) over a feature's diff with an adversarial verification pass. Inbound mode (PR review comments pasted in): treat each human comment as a CLAIMED finding, verify it against the code (substantiated / refuted / unverifiable), and draft paste-ready replies. Findings, never patches; escalates. Posts to no forge, edits no code. Triggers: code-review/audit the quality or security of a built feature, or triage/answer pasted human PR review comments. Asks HOW IT'S WRITTEN; for DOES IT BEHAVE use /ce-verify. Auto-detects outbound vs inbound from the pasted payload — you need not say which.
relusion/vg-sdlc-claude-plugins · ★ 0 · Code & Development · score 75
Install: claude install-skill relusion/vg-sdlc-claude-plugins
# Review **Invocation input:** Feature to review (optional): $ARGUMENTS Independently review the **code** of an implemented feature — for correctness the tests miss, security, performance, maintainability, simplicity, and conformance to the spec and the interface-foundation contract. It reports **evidence-backed findings** and **escalates**; it never patches code or edits any artifact. This is the **code-quality sibling of `verify`**: verify checks that the software *behaves* as the spec says (suite, criteria, journeys); review checks *how the code is written*. The discipline chain gains a sibling: ``` plan ◄── spec ◄── implement ◄── { verify · review } ``` **Independence is the point.** A reviewer that did **not** write the code catches what the author's own context cannot — the same argument behind `ce-auto-build`'s spawn model and the Challenger. Standalone, `/ce-review` runs in a fresh invocation; under `ce-auto-build`, it is a spawned review subagent whose only inputs are the code on disk and the spec as contract. It runs in two **directions**, auto-detected by the Stage-0 mode probe: - **Outbound** (the default) — *generate* findings by walking the six lenses over a feature's diff. This is everything below. - **Inbound** (PR review comments pasted in) — *verify* findings someone else made: each comment is a **claimed** finding, checked against the code, triaged, and answered with a paste-ready reply. Writes nothing; posts nothing. Its stages live in `${C