auth-route-protection-checker

Installation
SKILL.md

Auth Route Protection Checker

To audit and enhance authentication protection across Next.js routes, server components, and API routes, follow these steps systematically.

Step 1: Discover Project Structure

Identify all files that need authentication checks:

  1. Use Glob to find all route files:

    • app/**/page.tsx - Page components
    • app/**/route.ts - API routes
    • app/**/layout.tsx - Layout components
    • lib/actions/**/*.ts - Server actions
  2. Read middleware configuration:

    • middleware.ts - Current middleware setup
    • next.config.js - Route configuration
  3. Identify authentication setup:

Related skills

More from hopeoverture/worldbuilding-app-skills

Installs
12
GitHub Stars
3
First Seen
Jan 26, 2026