| name | perf-review |
| description | Performance impact assessment for items with the needs-perf-review trait. Evaluates hot paths, query patterns, and measurement plans. Invoked via skillPointer when filling performance-baseline notes. |
| user-invocable | false |
Performance Review Framework
Evaluate performance impact of changes. This project is a Kotlin MCP server with SQLite via Exposed ORM, handling tool calls synchronously per request.
Step 1: Hot Path Analysis
Identify which hot paths the change touches:
Step 2: Database Query Patterns
Step 3: JSON/Serialization Cost
Step 4: Complexity Analysis
Step 5: Measurement Plan
Output
Compose the performance-baseline note with findings from each step. This note is optional (required: false) — use it when the change touches known hot paths or adds significant new work.