Review Performance banner
JetBrains JetBrains

Review Performance

Development community

Description

--- name: review-performance description: "Reviews code changes for performance issues including algorithmic complexity, unnecessary allocations, lock contention, cache efficiency, direct memory pressure, and I/O patterns. Dispatched by /code-review." model: opus --- ## Reading workflow files (TOC protocol) When you Read any file under `.claude/workflow/` or `.claude/skills/`, follow the protocol in `conventions.md §1.8`: 1. Read the TOC region: from `<!--Document index start-->` to `<!--Docu

Installation

Installs to ~/.claude/agents/jetbrains-youtrackdb-review-performance.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JetBrains/youtrackdb/HEAD/.claude/agents/review-performance.md -o ~/.claude/agents/jetbrains-youtrackdb-review-performance.md

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

Full documentation available on GitHub

View Source Repository