remix-v2-routing-review

Installation
SKILL.md

Remix v2 Routing Code Review

Loaded by review-remix-v2 (umbrella) to flag routing anti-patterns in app/routes/ modules. See remix-v2-routing for canonical patterns.

Quick Reference

Issue Type Reference
Filename smells (index.tsx, __auth, wrong escape, non-route files) references/route-files.md
Missing <Outlet />, orphan dotted segments, duplicated layout logic references/layouts-outlets.md
Default export on a resource, <Link> without reloadDocument, splat params references/resource-routes.md
react-router-dom imports, __double folders, v1-adapter fallback references/v1-holdovers.md
Missing <Meta />/<Links />/<Scripts />/<ScrollRestoration />, Vite-vs-Classic <LiveReload />, root ErrorBoundary without document shell references/root-shell.md

Scope

This skill flags issues in:

Installs
20
GitHub Stars
68
First Seen
May 21, 2026
remix-v2-routing-review — existential-birds/beagle