What problem does it solve? Backend codebases accumulate structural debt across API design, authentication, database queries, middleware, caching, and async processing. This Skill detects anti-patterns in each area and emits concrete fixes matched to your existing framework and ORM. ## Core Features & Use Cases - API and Auth Audits: Detect inconsistent REST naming, missing pagination, insecure JWT handling, and weak RBAC, then emit corrected route handlers, token rotation flows, and OAuth 2.0/OIDC integration with PKCE. - Database, Caching, and Queue Patterns: Fix N+1 queries, unsafe migrations, cache stampede risks, and blocking request threads by implementing eager loading, Redis invalidation with mutex locks, and BullMQ/Celery background jobs with idempotency keys and dead letter queues. - Use Case: Point it at an Express or Fastify service and receive an audit report covering naming violations, missing indexes, and unbounded caches, plus ready-to-apply diffs for pagination middleware, refresh token rotation, and a CLI wrapper with dual human/JSON output. ## Quick Start Audit my backend service for API design, authentication, and database anti-patterns and emit the fixes.