Validates code changes against architectural patterns, type safety, and security standards for Next.js applications.
The Next.js Architecture Reviewer skill automates the pull request review process by analyzing git-diffed files and verifying them against a project's ARCHITECTURE.md. It ensures strict compliance with modern Next.js patterns, such as proper usage of 'use client' and 'use server' directives, separation of concerns between services and adapters, and correct state management practices. By running TypeScript, ESLint, and Vitest checks alongside its specialized architectural analysis, it provides a comprehensive report with actionable verdicts for developers before merging code.
主な機能
01Git-integrated change detection for targeted file reviews
0210 GitHub stars
03Automated architectural pattern validation against ARCHITECTURE.md
04Integrated linting, type-checking, and unit test execution
05Categorized feedback reports with specific VIOLATION or ATTENTION flags
06Strict Next.js component and Server Action compliance checks
ユースケース
01Automated vetting of Next.js Server Components and Client Components logic
02Pre-merge code reviews to ensure team architectural standards are met
03Identifying cross-module boundary violations in complex monorepos