nextjs

Enforce Next.js 14+ App Router and Server Components patterns during code reviews.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/yldgio/codereview-skills --skill nextjs-yldgio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nextjs
Source: https://github.com/yldgio/codereview-skills/tree/main/skills/nextjs
Command: npx skills add https://github.com/yldgio/codereview-skills --skill nextjs-yldgio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers enforce Next.js patterns and performance best practices during code reviews.

Core Features & Use Cases

  • Guided Review: Enforces App Router patterns, Server Components usage, and performance best practices during code reviews.
  • Structured Guidance: Provides checklists and example patterns to standardize reviews across teams.
  • Use Case: When reviewing a Next.js 14+ app, run the skill to verify proper data fetching strategies, component boundaries, and optimization techniques.

Quick Start

Use the Next.js skill to review an App Router project focusing on correct Server Components usage, data fetching patterns, and performance optimizations.

Frequently Asked Questions about nextjs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review Next.js App Router code for performance best practices?

To review Next.js App Router code for performance, analyze Server Components usage, verify data fetching strategies, and check component boundaries to enforce optimization best practices during code reviews.

What are the best practices for using Server Components in Next.js 14+?

Best practices for Server Components in Next.js 14+ involve enforcing proper component boundaries, verifying data fetching workflows, and applying structured checklists to standardize performance optimizations across your team.

Can I use this to standardize Next.js data fetching reviews across my team?

Yes, you can standardize Next.js data fetching reviews across your team by applying provided checklists and example patterns to verify proper data fetching strategies and guide review decisions.

Does this work for reviewing Next.js 14+ App Router projects specifically?

Yes, this works for Next.js 14+ App Router projects specifically, targeting Server Components and data-fetching workflows to guide review decisions and enforce performance patterns.

What is the best way to verify correct component boundaries in a Next.js code review?

The best way to verify correct component boundaries in a Next.js code review is to run guided checks that enforce App Router patterns and performance best practices to standardize review decisions.