review-remix-v2

Reviews Remix v2 code changes across routing, data flow, forms, errors, SSR, and sessions.

2|Updated May 25, 2026
One-click install
npx skills add https://github.com/edheltzel/Do-Skills --skill review-remix-v2-edheltzel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-remix-v2
Source: https://github.com/edheltzel/Do-Skills/tree/main/skills/engineering/frontend/do-review-frontend/references/review-remix-v2
Command: npx skills add https://github.com/edheltzel/Do-Skills --skill review-remix-v2-edheltzel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing Remix v2 pull requests consistently is hard because issues span routing, loaders/actions, forms, error boundaries, SSR performance, and session handling, and reviewers often miss areas or apply conventions from React Router v7 or Next.js by mistake. ## Core Features & Use Cases - Six-Area Coverage: Loads dedicated review skills for routing, data flow, forms, error boundaries, SSR/performance, and meta/sessions so no area is skipped. - Parallel or Sequential Execution: Fans out one subagent per area when the agent supports subagents, or runs the same areas sequentially with identical output. - Evidence-Gated Findings: Requires every Critical/Major finding to cite a verified FILE:LINE with concrete artifacts, filtering out style preferences and false positives. - Use Case: Before merging a Remix v2 feature branch, run the review to get a severity-ranked report with a Ready verdict, then re-run after fixes with lint, typecheck, and tests. ## Quick Start Ask the agent to review the current branch's Remix v2 changes against main and produce a severity-ranked report with a ready verdict.

Frequently Asked Questions about review-remix-v2

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

FAQPage Schema
How do I review a Remix v2 pull request with an AI agent?▼

Run the review against the diff between your branch and main; it detects Remix v2 in package.json, loads six area-specific review skills, and outputs a severity-ranked report with a Ready verdict. Use the --parallel flag to fan out subagents per area when supported.

What areas does a Remix v2 code review cover?▼

The review covers six areas: routing and nested routes, loader/action data flow, forms and progressive enhancement, error boundaries, SSR performance and prefetch hygiene, and meta exports with session/cookie handling.

Does this review work with React Router v7 or Remix v1 projects?▼

No. The review explicitly targets Remix v2 and instructs the reviewer not to apply React Router v7, Remix v1, or Next.js conventions. If package.json lacks official @remix-run packages, the review stops and reports the mismatch.

Can the review run without subagent support?▼

Yes. When the agent does not support subagents, the same six areas run sequentially in a single context and produce identical output to the parallel path.

Why are some review findings rejected before reporting?▼

Findings must pass a verification step: the reviewer re-reads the actual code, searches all references for unused claims, checks parent routes and framework defaults for missing claims, and removes style preferences. Critical and Major items require a concrete FILE:LINE artifact.