Review Highload

Use when: reviewing code that will run under high concurrency or high traffic — race conditions, connection pool exhaustion, cache invalidation, missing indexes, unbounded queues, missing backpressure, retry storms, idempotency gaps, hot-path blocking I/O, and distributed systems anti-patterns. Triggered by: "review highload", "review scalability", "highload review", "review concurrency", "review --highload", or dispatched by review-orchestrator. NOT for: frontend re-render performance (review-performance), general N+1 queries (review-performance), clean code style (review-clean-code), or NestJS module structure (review-architecture).

MrCipherSmith 8d93732 21.0 KB Updated

File contents

MrCipherSmith/goodai-base/tree/main/skills/review-highload commit 8d937327e2

Frequently asked questions

npx skillmds@latest add mrciphersmith/review-highload