← ClaudeAtlas

reviewlisted

Judge finished work and return severity-rated findings, each anchored to a file:line that was actually read. Three axes: `--scope diff|repo|plan` (what is under review — a change, a whole codebase, or a plan before anyone builds it), `--lens security|a11y|claims` (narrow to one question), `--deep` (parallel specialists with every finding adversarially verified, instead of one pass). Defaults to a single pass over the current diff. Use for reviewing a diff or PR, auditing a codebase, checking whether a plan is sound, asking whether the documentation is true, or on 'schau dir das mal an', 'review das', 'ist der Code gut', 'stimmt das so'.
juliuswiener/nord-kit · ★ 0 · AI & Automation · score 62
Install: claude install-skill juliuswiener/nord-kit
# review One skill, three axes. Pick the cell, then read the one reference it names — everything below the selection table lives in `references/` and is not loaded until you choose it. ## Pick the cell **`--scope`** — what is under review. Default `diff`. | | one pass | `--deep` | |---|---|---| | **`diff`** *(default)* | `references/diff.md` — general pass plus four lenses (API contract, style, performance, release readiness), verdict rules | `references/diff-deep.md` — parallel reviewers (correctness / security / performance / reuse), **every finding adversarially verified**, deduped, severity-ranked | | **`repo`** | `references/repo.md` — single-pass critique of the whole tree: architectural rot, tech debt, code smells, naming, fitness as a base | `references/repo-deep.md` — 12+ parallel specialists across architecture, quality, tests, deps, security, performance, observability, CI, APIs, data, docs, resilience | | **`plan`** | `references/plan.md` — assumptions extracted and rated, pre-mortem, dependency audit, ambiguity scan. Output is findings and a verdict, **not a plan** | — | **`--lens`** — narrow to one question instead of the general pass. Composes with `--scope`. | lens | reference | the question | |---|---|---| | `security` | `references/lens-security.md` | auth, input validation, output encoding, secrets, dependency CVEs — with a remediation deadline per severity | | `a11y` | `references/lens-a11y.md` | WCAG 2.2 AA / BITV 2.0 / EN 301 549 and plain language