frontend-code-review

Installation
SKILL.md

Frontend Code Review Skill

Intent: Use whenever requested to review frontend code (React, Next.js, TypeScript).

Supports:

  • Pending-change review: Reviewing git diff or staged files.
  • File-targeted review: Reviewing specific existing files.

Review Process

  1. Scan: Read the code to identify architectural patterns, hooks usage, and component structure.
  2. Check: Apply the Review Checklist.
  3. Report: Output findings in the Required Output Format.

Review Checklist

1. Code Quality & Style

  • Naming: Are variables/functions named descriptively? (e.g., isLoading vs flag)
  • Type Safety: Is any avoided? are interfaces defined clearly?
Related skills
Installs
23
GitHub Stars
209
First Seen
Jan 22, 2026