Nts Review Project

Review an existing project scaffolded with nextjs-trpc-prisma-starter against the architectural invariants and patterns. Use this whenever the user wants to audit project conventions, asks 'does this follow our patterns', wants a pre-PR architecture check, suspects drift, is onboarding a new contributor, or invokes /nts-review-project. Runs a mechanical check script for fast objective violations (missing server-only, DB queries in src/app/, Server Actions present, wrong cache primitives), then samples files for judgment calls, then produces a categorized report grouped by severity (must fix / should fix / notes / passing).

juncoding 7ed5ff5 3 files · 23.3 KB Updated

File contents

juncoding/nextjs-trpc-prisma-starter/tree/main/skills/nts-review-project commit 7ed5ff509f

Frequently asked questions

npx skillmds@latest add juncoding/nts-review-project