Review code for performance concerns only. Do not define scope (diff vs codebase) or perform security/architecture/language-framework convention analysis; those are handled by other atomic skills. Emit a findings list in the standard format for aggregation. Focus on algorithmic complexity, query efficiency, I/O and network cost, memory behavior, contention and concurrency bottlenecks, caching strategy, and measura...
When to use: When the task includes performance review. Scope and code range are determined by the caller or user.
Edge case: No clear performance risk in small formatting diff
Überprüfen Sie den Code auf Leistung: Komplexität, Datenbank-/Abfrageeffizienz, E/A- und Netzwerkkosten, Speicher- und Zuordnungsverhalten, Parallelitätskonflikte, Caching und Latenz-/Durchsatzregressionen. Nur kognitive atomare Fähigkeiten; Ausgabe ist eine Ergebnisliste. Quelle: nesnilnehc/ai-cortex.