# Triage GCP Quota Exceeded

> Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.

- **Type:** Skill
- **Install:** `agentstack add skill-bregman-arie-devops-sre-skills-triage-quota-exceeded`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bregman-arie](https://agentstack.voostack.com/s/bregman-arie)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [bregman-arie](https://github.com/bregman-arie)
- **Source:** https://github.com/bregman-arie/devops-sre-skills/tree/main/skills/gcp/triage-quota-exceeded

## Install

```sh
agentstack add skill-bregman-arie-devops-sre-skills-triage-quota-exceeded
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## When to use

Use when services fail with `quota exceeded`, `RESOURCE_EXHAUSTED`, or similar quota limit errors.

## Preconditions

- You can access the project and identify the failing service and region.

## Procedure

1. Extract the quota name/metric from the error message.
2. Determine the scope: project, region, zone, or per-user.
3. Confirm whether this is a spike (traffic/deploy) or a steady-state growth.
4. Identify the top consumers (which resources or calls drive the quota).
5. Choose mitigation: reduce usage, shift traffic, or request quota increase.

## Decision points

- Spike caused by deploy/loop: rollback or hotfix to reduce calls.
- Legit growth: request quota increase and add alerting before hitting limits.
- Regional quota: spread across regions or rebalance.

## Verification

- Error rate drops and quota errors stop.
- Resource creation/API calls succeed.

## Rollback / undo

- Revert changes that increased consumption (deploy/config).
- If throttling is introduced, remove it after quota is safe.

## Escalation

- Escalate to service owners if usage is driven by application behavior.
- Escalate to cloud owners for quota increase approvals.

## Examples

```text
Look for the quota metric name in the error, then map it to the service and region.
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bregman-arie](https://github.com/bregman-arie)
- **Source:** [bregman-arie/devops-sre-skills](https://github.com/bregman-arie/devops-sre-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-bregman-arie-devops-sre-skills-triage-quota-exceeded
- Seller: https://agentstack.voostack.com/s/bregman-arie
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
