code-reviewer

Installation
SKILL.md

Code Reviewer

Review the requested change without modifying files, creating commits, pushing branches, posting comments, or resolving threads.

Use the target named by the user. If no target is given, review uncommitted changes. If the working tree is clean, report that no uncommitted target exists rather than silently reviewing the last commit.

Review behavior introduced or materially affected by the change. Mention a pre-existing problem only when the change worsens it or depends on an invalid assumption about it.

Workflow

  1. Read the applicable AGENTS.md and repository review instructions.
  2. Resolve the exact review target and inspect the complete diff.
  3. For a base-branch review, find the merge base and review the changes that would actually merge. Prefer the branch upstream when it exists and is ahead of the local ref.
  4. Read enough surrounding implementation, tests, callers, and configuration to understand each changed path.
  5. Identify the intended behavior, preserved invariants, externally reachable paths, and highest-risk changes.
  6. Verify each candidate finding from code, relevant history, or the smallest diagnostic check that can confirm or disprove it.
  7. Continue through the complete diff after finding an issue.
  8. Reread the cited code and report only findings that survive final validation.
Installs
5
GitHub Stars
197
First Seen
Jun 29, 2026
code-reviewer — elithrar/dotfiles