2

    nextjs-app-router-audit

    by Sion Coolwijk

    Deep audit toolkit for Next.js App Router to fix performance waterfalls, SEO errors, and client boundary leaks.

    Updated Jun 2026
    1 installs
    5.0 (1)

    Free

    Included in download

    • Downloadable skill package
    • Works with Cursor, and Aider.
    • 1 permission declared
    • Instant install

    Sample input

    Audit our new dashboard route for performance issues and SEO best practices.

    Sample output

    I found 3 issues in /app/dashboard:

    1. ERROR: page.tsx uses "use client" and exports metadata. Metadata is ignored here; I'll move it to a layout or wrap the client logic.
    2. WARN: 2 sequential awaited fetches found (Waterfalls).
    3. INFO: Missing loading.tsx, preventing streaming. Fixing now...

    About This Skill

    Stop guessing why your Next.js app is slow or breaking SEO

    Modern Next.js development requires a deep understanding of the App Router's server/client boundaries. This skill provides a specialized diagnostic toolkit designed to audit codebases for performance bottlenecks, SEO regressions, and architectural anti-patterns that standard linters miss.

    What it does

    The skill combines a zero-dependency static scanner with a sophisticated manual review methodology. It identifies critical issues like metadata being ignored in Client Components, sequential request waterfalls, and missing streaming fallbacks. Beyond simple detection, it provides ranked severity reports and concrete code fixes for every issue found.

    • Detects SEO-killing errors like using next/head in the App Router.
    • Identifies performance drains such as unoptimized fonts and useEffect fetch waterfalls.
    • Analyzes Server Component boundaries to ensure minimal JS is sent to the browser.
    • Audits caching strategies and Suspense placement for optimal Core Web Vitals.

    Why use this over basic prompting?

    Simply asking an AI to "fix my Next.js app" often results in generic advice. This skill uses a specialized scanning script to trace your actual file tree, finding specific line numbers where rules are violated. It understands the nuance between a necessary Client Component and an accidental one, helping you maintain a high-performance "server-first" architecture.

    Free to use. Made by Datagrove Development Agency in Amsterdam

    Use Cases

    • Detect and fix ignored metadata in Client Components
    • Identify and flatten nested fetch waterfalls to improve TTFB
    • Transition legacy next/head and next/image components to App Router standards
    • Optimize the Server/Client boundary to reduce client-side bundle size
    • Implement missing loading.tsx and Suspense boundaries for better streaming

    Reviews

    5.0
    1 review
    5
    1
    4
    0
    3
    0
    2
    0
    1
    0
    Verified Download
    6 minutes ago
    Samuel Rose

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell

    Allowed Hosts

    datagrove.nl

    File Scopes

    nextjs-app-router-audit/**
    __MACOSX/**
    Documentation

    Compatible with SKILL.md-compatible agents including Claude Code, Cursor, and Aider.

    Frequently Asked Questions

    More Premium Skills

    Free