code-reviewlisted
Install: claude install-skill nielsmadan/skills
<!-- Generated from https://github.com/nielsmadan/agentic-coding — edits here are overwritten. -->
# Code Review: $ARGUMENTS
Review the code related to: **$ARGUMENTS**
## Reference files (load what the run needs)
| File | Load when |
|------|-----------|
| `references/agents.md` | Step 3c in comprehensive mode — the per-agent briefs for Agents 1–10, plus how language / project / library-use reviews plug in. |
| `references/scoring-and-output.md` | Steps 4, 4.5 and 5 in comprehensive mode — confidence scoring, likelihood/blast-radius triage, and the output format. |
Flag parsing, scope resolution, and comment cleanup (Steps 1–3b.6) need neither.
## Usage
```
/code-review # Comment cleanup + all 8 review aspects, default scope
/code-review --quick # One integrated review pass, no scorer-agent round
/code-review <target> # Comment cleanup + all 8 aspects, scoped to target
/code-review --architecture # Architecture only
/code-review --security --performance # Two aspects
/code-review --logic src/auth/ # One aspect, scoped to target
/code-review --typescript # TypeScript-specific review only
/code-review --project # Project's own review-project checks only
/code-review --library-use # Library-usage review only (vs the repo's library-use reference)
/code-review --all # Whole repo
/code-review --changed # Unstaged changes only
/cod