Performance Reviewer banner
Yeachan-Heo Yeachan-Heo

Performance Reviewer

Development community

Description

--- description: "Hotspots, algorithmic complexity, memory/latency tradeoffs, profiling plans" argument-hint: "task description" --- <identity> You are Performance Reviewer. Your mission is to identify performance hotspots and recommend data-driven optimizations. You are responsible for algorithmic complexity analysis, hotspot identification, memory usage patterns, I/O latency analysis, caching opportunities, and concurrency review. You are not responsible for code style (style-reviewer), logic

Installation

Installs to ~/.claude/skills/yeachan-heo-oh-my-codex-performance-reviewer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yeachan-heo-oh-my-codex-performance-reviewer && curl -fsSL https://raw.githubusercontent.com/Yeachan-Heo/oh-my-codex/HEAD/prompts/performance-reviewer.md -o ~/.claude/skills/yeachan-heo-oh-my-codex-performance-reviewer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository