Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

hotspot-optimizer

스타3
포크0
업데이트2026년 6월 25일 09:49

Find algorithmic complexity and performance hotspots across a codebase, then optimize them safely behind tests without changing behavior. Use when asked to scan for slow code, inefficient or nested loops, repeated scans, costly re-renders or recomputation, N+1 queries, avoidable quadratic work, or to reduce complexity while preserving tests, APIs, ordering, and outputs; or when a request mentions performance hotspots, hot paths, render churn, "this is slow", or "optimize for speed". Fans out across files with Task subagents, ranks findings by impact, proves current behavior with focused tests, applies localized edits, and re-runs the narrow test plus broad type, lint, and build to verify. Defaults to an analysis-only report unless you ask to implement, fix, apply, or refactor.

설치

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

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