# Perf Check

> Run a Maestro-style performance assessment for hotspots, regressions, and optimization planning

- Skill: `thedixitjain/perf-check-2` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/perf-check-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/perf-check-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/perf-check-2

---



Read `../../references/runtime-guide.md`.
Call `get_skill_content` with resources: ["architecture", "delegation"].
Call `get_agent` with agents: ["performance-engineer"].

## Workflow

1. Define the performance target or pain point
2. Establish the current baseline from available code, metrics, or reproducible commands
3. Identify likely hotspots, structural bottlenecks, and hot loops through code analysis
4. Prioritize fixes by expected impact versus implementation cost
5. Report measurement gaps when hard evidence is unavailable and propose a validation plan

---

**Source:** [`josstei/maestro-orchestrate`](https://github.com/josstei/maestro-orchestrate) → `plugins/maestro/skills/perf-check/SKILL.md`

