review
SKILL.md
Review code changes following senior developer standards.
Review Process
-
Gather Context
- If PR number provided, run
gh pr view $ARGUMENTS --json files,body - If file path provided, read the file
- If nothing provided, run
git difffor unstaged changes
- If PR number provided, run
-
Analyze Changes
- Check for SOLID principle violations
- Look for security issues
- Identify performance concerns
- Review TypeScript types
- Check test coverage
-
Generate Report