code-reviewlisted
Install: claude install-skill itzcull/software-skills
## Purpose
Perform structured code review guided by a formal error taxonomy. Instead of open-ended "review this code" analysis, this skill loads specific error categories with concrete review rules, examples, and severity guidance. The reviewer selectively focuses on chosen categories -- improving detection precision by narrowing the search space per the "mental attitude hypothesis" (focused reviewers detect 8x more issues in their focus area).
## When to use
- Reviewing a pull request or branch diff
- Reviewing staged changes before commit
- Pre-merge quality gate on a feature branch
- Reviewing specific files for targeted concerns (e.g. "review this for security")
- When asked to "review", "check", "audit", or "critique" code changes
## Inputs expected
- **Diff source**: one of branch (vs trunk), staged changes, specific file paths, or a provided diff
- **Category selection**: specific categories by name, a review profile, or "all" (defaults to `quick` if unspecified)
- **Severity threshold**: minimum severity to report (defaults to Minor -- excludes Nitpick unless requested)
- **Project conventions**: any project-specific style guides, lint configs, or architectural constraints when known
## Review Profiles
Profiles are predefined category bundles. Use a profile name as shorthand, or specify individual categories by name.
| Profile | Categories | Use When |
|---|---|---|
| `quick` | Logic & Correctness, Error Handling, Security, Performance | Fast review focusing o