← ClaudeAtlas

reviewlisted

Use when reviewing a diff, a pull request, or a colleague's change against the design it claims to implement. Runs the deterministic reviewer route to decide who looks, dispatches only the read-only specialists it names, normalizes and deduplicates every finding into the landed schema, and returns a fixed summary (ready or not, mechanical counts, the lenses used, blockers, improvements, pre-existing issues, one next action) with detail underneath. Invoke as /brothersbe:review.
khalilmaaouni/BrotherSBE · ★ 0 · Code & Development · score 70
Install: claude install-skill khalilmaaouni/BrotherSBE
# Review Read `${CLAUDE_PLUGIN_ROOT}/SKILL.md`, then `${CLAUDE_PLUGIN_ROOT}/references/laws-closing-and-review.md` (L17 to L19), then `${CLAUDE_PLUGIN_ROOT}/docs/CLI.md`'s two sections `sbe review --write --findings-json` and "The adjudication protocol, as a DATA SHAPE (LT-202.B)". This skill applies both rather than restating them: the finding schema, the dedup rules and the blocking rule live in `brothersbe.cli.normalize_review_findings`, and this skill never re-implements them. ## What a review is pointed at Aim matters more than effort here: an independent code review has found a Critical that six adversarial rounds missed, because it was pointed at the contract rather than at execution edges. So review in this order: 1. The **contract**: does the change do what the purpose brief and the ADR said it would, and does it break anything downstream that depends on the old shape. 2. The **design fidelity**: where the implementation and the dossier disagree, one of them is wrong. Name which. 3. The **execution edges**: concurrency, idempotency, transaction boundaries, error paths, retries, partial failure, duplicate delivery. 4. The **evidence**: was the figure checked, was the migration rehearsed forward and back, was the approval real, did the command actually run. ## 1. Mechanical score and gates, before anything a model decides ``` "${CLAUDE_PLUGIN_ROOT}/bin/sbe" review <dossier> ``` Without `--write` this only prints: the scored surface (`sbe_score.py --s