review

Installation
SKILL.md

Review code changes following senior developer standards.

Review Process

  1. 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 diff for unstaged changes
  2. Analyze Changes

    • Check for SOLID principle violations
    • Look for security issues
    • Identify performance concerns
    • Review TypeScript types
    • Check test coverage
  3. Generate Report

Review Checklist

Related skills
Installs
3
GitHub Stars
2
First Seen
7 days ago