Use for diagnosing slow code, APIs, queries, memory growth, frontend load, build regressions, resource bottlenecks, and scalability limits.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add BlueSkyXN/Codex-is-all-you-need --skill dev-performance-diagnosis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dev Performance Diagnosis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/blueskyxn-dev-performance-diagnosis)More formats (shields.io, HTML) on the badges page.
---
name: dev-performance-diagnosis
description: Use for diagnosing slow code, APIs, queries, memory growth, frontend load, build regressions, resource bottlenecks, and scalability limits.
metadata:
version: "0.2"
updated: "2026-06-11"
---
# Performance diagnosis workflow
Use this workflow when there is a measurable performance problem or performance-sensitive change.
## Steps
1. Define the metric.
- Latency
- Throughput
- Memory
- CPU
- I/O
- Query time
- Bundle size
- Build time
2. Establish a baseline.
- Use comparable commands, traces, profiler output, query plans, browser metrics, or logs.
- Record environment and input size.
3. Form hypotheses.
- Algorithm or data structure
- Database/index/query
- Network/API chatter
- Cache behavior
- Rendering or bundle cost
- Build/tooling overhead
- Memory leak or object retention
4. Test one change at a time.
- Keep correctness tests in place.
- Measure before/after.
- Prefer targeted fixes over architecture replacement.
5. Confirm no regression.
- Run relevant correctness checks.
- Check edge cases and resource limits.
- State noise or uncertainty in the measurement.
## Output
Return:
1. Metric and baseline
2. Bottleneck evidence
3. Change or recommendation
4. Before/after result
5. Remaining uncertainty
## Do not
- Do not claim speedups without measurement.
- Do not optimize code that is not on the measured path.
- Do not trade correctness, security, or data integrity for speed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!