원클릭으로
performance-profile
Measure and reduce local latency, memory, or rendering overhead.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Measure and reduce local latency, memory, or rendering overhead.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review a local change for privacy, permission, and data-exposure risk.
Reproduce, isolate, and verify a bug before changing code.
Inspect local dependencies for version, license, and build-path risk.
Write concise documentation from verified local code evidence.
Diagnose and fix one reproducible build, test, or runtime error.
Explain why a line changed using local git history and code context.
| id | performance-profile |
| name | Performance Profile |
| description | Measure and reduce local latency, memory, or rendering overhead. |
Start with the user-visible slow path and a repeatable measurement. Identify hot loops, allocation spikes, blocking work on the main thread, and unnecessary I/O. Keep optimizations tied to before and after evidence.