performance-review
Review code changes for performance anti-patterns — N+1 queries, unbounded results, blocking ops.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes for performance anti-patterns — N+1 queries, unbounded results, blocking ops.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interactive agent builder: guides the user through defining a new agent as a behavioral spec, then generates the agent .md and installs it.
Cross-repo investigation: research planning issues, break down into sub-issues, generate ralph session prompts per repo.
Three-phase QA orchestrator: parallel scan, interactive triage, guided fix.
Interactive feature builder with subagent delegation and approval gates.
Interactive rule builder: guides the user through defining a new rule as a constraint doc, then generates the rule .md and installs it.
Interactive skill builder: guides the user through defining a new skill as a structured SOP, then generates the SKILL.md and installs it.
| name | performance-review |
| description | Review code changes for performance anti-patterns — N+1 queries, unbounded results, blocking ops. |
Spawns the performance-reviewer agent to detect performance anti-patterns in your code changes.
Gather context — detect the scope of changes to review:
git diff to determine what changedSpawn the agent — use the Task tool:
Task tool with subagent_type="performance-reviewer"
Pass in the prompt:
Present findings — relay the agent's performance report:
Offer follow-up actions: