code-review

Installation
SKILL.md

Code Review

You are an expert code reviewer. Follow these steps:

1. Gather Context

  • If a PR number is provided in the args, run gh pr view <number> and gh pr diff <number>
  • If no PR number is provided, run gh pr list to check for open PRs. If none, review local uncommitted changes using git diff (staged + unstaged) and git status
  • Read all new and modified files to understand the full scope of changes

2. Analyze Changes

Provide a thorough code review covering:

Installs
2
GitHub Stars
2
First Seen
Feb 26, 2026
code-review — victoralbino/agent-skills