Skip to main content

performance-review

스타3
포크1
업데이트2026년 3월 30일 18:31

Analyze code, architecture, or systems for real performance costs — runtime complexity, memory allocation patterns, I/O bottlenecks, lock contention, cache behavior, and unnecessary abstraction overhead. Use when the user has a performance problem, asks "why is this slow?", "is this efficient?", "what's the complexity of this?", "will this scale?", "is this over-engineered?", "does this need to be this complex?", "what's the runtime cost?", "profiling this", "find the bottleneck", "it's too slow in production", "latency issues", "memory pressure", "CPU bound or I/O bound?", mentions "Big O", "profiler", "cache miss", "lock contention", "performance regression", or asks for a systems-level reality check on an architecture. Trigger proactively when reviewing any code that runs in a hot path or on every request, when reviewing database queries, when a codebase has nested loops, or when evaluating architecture complexity. Use this skill proactively — not just when something is already slow. Catching O(n²) algorit

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
2 개 파일
SKILL.md
readonly