React Hook Form Audit for Next.js Static-analysis audit that detects 15 React Hook Form anti-patterns in Next.js App Router codebases. Combines ripgrep (fast pass for regex-detectable rules) with ts-morph (AST pass for structural rules). Outputs a markdown report grouped by severity, with file:line references and links back to the companion distillation skill. When to Apply - User asks to audit, review, or lint React Hook Form usage in a Next.js project - User reports symptoms like "the form re-renders too much" or "we have RHF bugs we can't pin down" - Before a PR review of new RHF-heavy cod…