Scale Canary

Performance complexity and resource allocation canary — checks for O(N^2) loops, database N+1 query patterns, memory leaks (unbounded collections), and blocking calls in main event loop. Triggers on keywords: "/scale-canary", "scale-canary", "performance audit", "scale audit". Use when writing loops over growing data, DB queries, caches, or async/event-loop code.

HetCreep c841fbb 3 files · 4.8 KB Updated

File contents

HetCreep/CoalMine/tree/main/skills/scale-canary commit c841fbba07

Frequently asked questions

npx skillmds@latest add hetcreep/scale-canary