frontend-code-review

Frontend Code Review Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "frontend-code-review" with this command: npx skills add huynhsang2005/blog-tanstack/huynhsang2005-blog-tanstack-frontend-code-review

Frontend Code Review Skill

When to use

  • Reviewing UI code changes, components, or routes.

  • Pre-merge review of frontend files.

Checklist (prioritize)

Code Quality

  • Clear separation of concerns; no mixed UI/data/side-effects.

  • Predictable component boundaries and naming.

  • Avoid duplicated logic; prefer shared hooks/utilities.

Performance (React)

  • Avoid waterfalls; parallelize async work.

  • Memoize expensive computations and stable props.

  • Avoid unnecessary re-renders (selector usage, derived state).

State & Data

  • Server state uses TanStack Query.

  • Form state uses TanStack Form.

  • Shared client state uses Zustand only where needed.

UX & Accessibility

  • Correct focus order, labels, and keyboard nav.

  • No layout shift on load; reasonable skeletons/loading.

Output format

  • Urgent issues first, then suggestions.

  • Provide file + line references with brief fixes.

  • Ask whether to apply fixes when appropriate.

Quality gates

  • After dev/test/debug tasks, run: bun run build, bun run tsc (if available), bun run lint, bun run check.

  • Follow Biome lint results; do not bypass.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

feature-dev

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

chrome-devtools-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
General

framer-motion

No summary provided by upstream source.

Repository SourceNeeds Review