reviewlisted
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