← ClaudeAtlas

code-reviewlisted

Review code changes and report evidence-backed defects, actionable test gaps, and verification limits without editing. Use for uncommitted changes, path-filtered diffs, or pull-request diffs; use plan-review for implementation plans and fix-pr for GitHub review-comment remediation.
ValentinNikolaev/agent-skills · ★ 0 · Code & Development · score 70
Install: claude install-skill ValentinNikolaev/agent-skills
<!-- GENERATED BY generate_skill_wrappers.py; DO NOT EDIT MANUALLY. --> ## Generated Codex skill — do not edit manually This complete skill and its bundled resources are generated from `agent-plugins/skills/code-review/SKILL.md`. Manual changes in this directory will be overwritten the next time the generator runs. Edit the canonical skill instead. # Code Review Review the requested changes as an independent engineer. Report confirmed defects, security problems, contract violations, and material test gaps. Do not edit files. Approve changes that preserve or improve overall code health without blocking on personal preference or unrelated pre-existing debt. Prefer a few high-conviction findings over a long list of speculative or cosmetic comments. ## Route exclusively - Use this skill only when code already changed or a diff exists. - Use `plan-review` when the artifact is an implementation plan and coding has not started. - Use `fix-pr` when the user asks to apply or triage GitHub review comments. - On a later explicit request to fix a finding, leave this read-only workflow and treat the accepted finding as implementation input. ## Establish scope and intent 1. Read repository instructions and path-scoped rules. 2. Resolve the repository root and record `git status --short`. 3. Derive the intended behavior from the request, issue, specification, pull-request description, and tests. If intent remains uncertain, state the uncertainty instead of inventing a requirement. 4