coder-code-review
SKILL.md
Code Review Skill
Review code changes in coder/coder and identify bugs, security issues, and quality problems.
Workflow
-
Get the code changes - Use the method provided in the prompt, or if none specified:
- For a PR:
gh pr diff <PR_NUMBER> --repo coder/coder - For local changes:
git diff mainorgit diff --staged
- For a PR:
-
Read full files and related code before commenting - verify issues exist and consider how similar code is implemented elsewhere in the codebase
-
Analyze for issues - Focus on what could break production
-
Report findings - Use the method provided in the prompt, or summarize directly