ryoppippi

react-server-components

Review React code for proper Server/Client Component boundaries based on Next.js and React documentation. Identifies misplaced 'use client' directives and suggests optimal component splitting.

ryoppippi 245 5 Updated 4mo ago
GitHub

Install

npx skillscat add ryoppippi/dotfiles/react-server-components

Install via the SkillsCat registry.

SKILL.md

Arguments:

  • scope: what to analyse (default: your current changes). Examples: "diff to main", "PR #123", "src/app/", "whole codebase"
  • fix: whether to apply fixes (default: true). Set to false to only propose changes.

Steps:

  1. Read https://react.dev/reference/rsc/server-components and https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns to understand the guidelines
  2. Analyse the specified scope for Server/Client Component anti-patterns
  3. If fix=true, apply the fixes. If fix=false, propose the fixes without applying.