원클릭으로
performance-rescue
Use for slowness, latency, p50/p95, efficiency, benchmarks, or making apps, APIs, queries, or UI faster.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for slowness, latency, p50/p95, efficiency, benchmarks, or making apps, APIs, queries, or UI faster.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for /he:plan; stage 1 readiness with Treehouse, Grill Me, owner, proof path, PASS/FAIL.
Use for UI components, design systems, atomic design, tokens, themes, hardcoded visuals, or missing design SSOT.
Use for module boundaries, public APIs, ownership, abstractions, wrappers, test seams, or architecture review.
Use for visual PDFs: create, polish, export, verify decks, reports, proposals, one-pagers, or HTML-to-PDF.
Use for hard bugs, failing behavior, flaky tests, exceptions, regressions, or unexplained slowness before fixing.
Use for real UI E2E smoke/regression proof across web, Flutter, browser, Chrome, or device flows, with artifacts.
| name | performance-rescue |
| description | Use for slowness, latency, p50/p95, efficiency, benchmarks, or making apps, APIs, queries, or UI faster. |
No guesswork. Measure the exact slow path, fix the real bottleneck with the smallest safe change, then remeasure the same path.
production performance smoke test.Always report:
route/action:
sample size:
status counts:
p50/p75/p95/p99/max:
error rate:
saturation:
slowest phase:
before vs after:
remaining risk:
Use client-visible timing plus backend/service timing. Do not summarize latency with only averages or p50.
Keep write authority in the canonical owner; do not move lifecycle or side effects into a faster-looking caller.
Read references/runbook.md for instrumentation patterns, Appwrite/cloud-function checks, browser/Core Web Vitals gates, test ideas, red flags, and final report format.
Include exact before/after metrics, code/data-flow changes, verification commands, production/browser evidence, and any remaining bottleneck.