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
Esaminare il codice per quanto riguarda le prestazioni: complessità, efficienza del database/query, costi di rete e I/O, comportamento di memoria e allocazione, conflitto di concorrenza, memorizzazione nella cache e regressioni di latenza/velocità effettiva. Abilità atomica esclusivamente cognitiva; l'output è un elenco di risultati. Fonte: nesnilnehc/ai-cortex.