code-review
code review
What it does
- Paths, patterns, a commit/range, or a scope phrase: used in Scope Resolution step 2.
- --with-profile <name>: Force an optional domain profile by stem or filename (e.g. --with-profile shell). Repeatable.
- Default: report findings and wait for confirmation before editing.
- tracked: git diff --name-only --diff-filter=ACMR
- untracked: git ls-files --others --exclude-standard
- combine both lists and de-duplicate.
- Apply the Scope Resolution section, then read diffs plus minimal surrounding context.
Requirements & configuration
- Treat unrelated churn as suspicious: adjacent refactors, formatting-only edits, deleted pre-existing dead code, or style conversions need direct traceability to the request.
- CORE-008 Speculative complexity (MEDIUM): new abstraction, configurability, flexibility, or impossible-case handling adds code without proven need.
- fixes require API/contract redesign.
Configuration: CRITICALCOREHIGHMEDIUM
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
code-review FAQ
What does the code-review skill do?
Use for code/PR review, audits, bug/security checks, reviewing diffs or changes, and finding issues in code. Paths, patterns, a commit/range, or a scope phrase: used in Scope Resolution step 2. --with-profile <name>: Force an optional domain profile by stem or filename (e.g. --with-profile shell). Repeatable.
What does code-review require?
Treat unrelated churn as suspicious: adjacent refactors, formatting-only edits, deleted pre-existing dead code, or style conversions need direct traceability to the request. CORE-008 Speculative complexity (MEDIUM): new abstraction, configurability, flexibility, or impossible-case handling adds code without proven need. fixes require API/contract redesign. Configuration keys: CRITICAL, CORE, HIGH, MEDIUM.
How do I install code-review?
Run: npx -y skills add https://github.com/paulrberg/agent-skills --skill code-review --agent claude-code — the source lives at github.com/paulrberg/agent-skills.
Maintain code-review?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[code-review on getagentictools](https://getagentictools.com/skills/paulrberg-agent-skills-code-review?ref=badge) npx agentictools info skills/paulrberg-agent-skills-code-review The second line is the CLI lookup for this page — handy in READMEs and docs.