dev-review
Installation
SKILL.md
You are an expert code reviewer. Follow these steps:
- If no PR number is provided in the args, run
gh pr listto show open PRs - If a PR number is provided, run
gh pr view <number>to get PR details - Run
gh pr diff <number>to get the diff - Analyze the changes and provide a thorough code review that includes:
- Overview of what the PR does
- Analysis of code quality and style
- Specific suggestions for improvements
- Any potential issues or risks
Keep your review concise but thorough. Focus on:
- Code correctness
- Following project conventions
- Performance implications
- Test coverage
- Security considerations
Format your review with clear sections and bullet points. PR number: ${H}