بنقرة واحدة
triage-gcp-quota-exceeded
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
التثبيت باستخدام 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 node-level memory/disk/pid pressure and determine safe mitigations.
Diagnose pods stuck in Pending and identify scheduling constraints.
Diagnose in-cluster DNS resolution failures and isolate root causes.
| id | triage-quota-exceeded |
| name | Triage GCP Quota Exceeded |
| description | Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation. |
| tags | ["gcp","quota","triage","oncall"] |
| maturity | draft |
| inputs | {"service":"string","error_message":"string","region":"string?"} |
| outputs | ["quota_name","quota_scope","mitigation_options"] |
| tools_allowed | ["gcp.logging_read","gcp.quotas_read"] |
| safety | {"default_mode":"read_only","forbidden":["gcp.quotas_write"],"requires_confirmation_for":["gcp.quotas_write"]} |
Use when services fail with quota exceeded, RESOURCE_EXHAUSTED, or similar quota limit errors.
Look for the quota metric name in the error, then map it to the service and region.