بنقرة واحدة
triage-latency-regression
Identify what changed and where latency increased, using logs/metrics/traces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Identify what changed and where latency increased, using logs/metrics/traces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Identify why an AWS API call is denied and what policy element blocks it.
Diagnose EKS worker nodes in NotReady and determine safe remediation.
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
Diagnose pods stuck in Pending and identify scheduling constraints.
| id | triage-latency-regression |
| name | Triage Latency Regression |
| description | Identify what changed and where latency increased, using logs/metrics/traces. |
| tags | ["observability","performance","triage","oncall"] |
| maturity | draft |
| inputs | {"service":"string","environment":"string?","time_window":"string?"} |
| outputs | ["suspected_contributors","proposed_tests","mitigation_options"] |
| tools_allowed | ["metrics.query","logs.query","traces.query"] |
| safety | {"default_mode":"read_only","forbidden":[],"requires_confirmation_for":[]} |
Use when p95/p99 latency increases and you need a fast root-cause hypothesis.
Example queries to adapt:
Compare p95 latency now vs 1h ago; split by route, status code, and upstream.