What problem does it solve? Performance issues are often discovered too late, and gut-feel optimization wastes effort on the wrong code. This Skill provides a structured static-analysis workflow that identifies CPU, memory, rendering, and I/O hotspots, measures them against defined performance budgets, and produces a prioritized optimization report. ## Core Features & Use Cases - Scoped Profiling: Profile a single named system or run a comprehensive full-codebase analysis via the argument hint. - Budget Comparison: Reads target FPS, memory, load time, and draw call budgets from design docs and flags each metric as OK, WARNING, or OVER. - Prioritized Report: Generates a Markdown report with hotspots (file:line, impact, fix effort), ranked recommendations, quick wins, and areas needing runtime profiling. - Use Case: A game developer notices frame drops before launch. Invoke the skill with 'full' to get a table of hotspots in per-frame update loops, allocation patterns, and draw call estimates, plus the top three fixes ranked by expected gain. ## Quick Start Ask the AI to run a performance profile on the rendering system and report the top hotspots against the 60fps frame budget.