rijuls-reviewlisted
Install: claude install-skill Rijul1204/rashedul-agentic-engineering
# Rijul's Review
A four-hat adversarial review — each hat an independent agent — that ends in per-role confidence scores **and** ranked P0–P3 findings, reconciled by a fifth deduplicator agent into one master list. Its purpose is to catch what a single-perspective read misses and to force the reviewer to justify _both_ low confidence (what's broken/risky) _and_ high confidence (why it's actually solid, plus residual risk) — never a bare number. **A clean pass here is necessary-not-sufficient:** the four hats are the same model reading the same author's framing (correlated, not statistically independent), so an independent-model (Codex) pass remains the real merge gate — this review front-loads and cheapens that pass, it does not replace it.
Each hat's full method + output shape lives in its own `references/role-*.md` file (passed verbatim as that hat's sub-agent prompt); the shared severity scale, per-finding required fields, and verdict vocabulary live in [`references/finding-format.md`](references/finding-format.md). This `SKILL.md` is the orchestrator: the Hard Rules every hat applies, the hats table, and the five-agent execution mode. See **Targeting & relationship to `/code-review`** at the bottom for the artifact forms it accepts.
## Hard rules (non-negotiable)
0. **A review is static inspection only unless Rijul explicitly asks for verification.** Do NOT run tests, lint, format, typecheck, knip, builds, quality gates, browser smoke, database probes, dependency inst