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>andgh pr diff <number> - If no PR number is provided, run
gh pr listto check for open PRs. If none, review local uncommitted changes usinggit diff(staged + unstaged) andgit status - Read all new and modified files to understand the full scope of changes
2. Analyze Changes
Provide a thorough code review covering: