Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".
.claude/skills/fcakyon-gcloud-usage/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 42% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -36% | 0% |
Use structured JSON logging for better queryability:
json{ "severity": "ERROR", "message": "Payment failed", "httpRequest": { "requestMethod": "POST", "requestUrl": "/api/payment" }, "labels": { "user_id": "123", "transaction_id": "abc" }, "timestamp": "2025-01-15T10:30:00Z" }
Use appropriate severity for filtering:
# By severity
severity >= WARNING
# By resource
resource.type="cloud_run_revision"
resource.labels.service_name="my-service"
# By time
timestamp >= "2025-01-15T00:00:00Z"
# By text content
textPayload =~ "error.*timeout"
# By JSON field
jsonPayload.user_id = "123"
# Combined
severity >= ERROR AND resource.labels.service_name="api"# Regex matching
textPayload =~ "status=[45][0-9]{2}"
# Substring search
textPayload : "connection refused"
# Multiple values
severity = (ERROR OR CRITICAL)Metrics: Aggregated numeric data over time
Logs: Detailed event records
Traces: Request flow across services
Error rate:
Latency:
Resource exhaustion:
# Exclude health checks
resource.type="cloud_run_revision" AND httpRequest.requestUrl="/health"
# Exclude debug logs in production
severity = DEBUG| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 17,822 | 10,115 | -43% | 1 | 1 | 0% | 3,407 | 3,051 | -10% | 0 | 0 | — |
case-02 | fail→fail | 16,392 | 13,226 | -19% | 1 | 1 | 0% | 2,858 | 3,488 | +22% | 0 | 0 | — |
case-03 | pass→pass | 12,019 | 7,361 | -39% | 1 | 1 | 0% | 2,433 | 2,579 | +6% | 0 | 0 | — |
case-04 | fail→pass | 10,887 | 3,142 | -71% | 1 | 1 | 0% | 2,068 | 1,478 | -29% | 0 | 0 | — |
case-05 | fail→pass | 7,078 | 5,366 | -24% | 1 | 1 | 0% | 1,413 | 2,005 | +42% | 0 | 0 | — |
case-06 | pass→pass | 2,762 | 2,014 | -27% | 1 | 1 | 0% | 466 | 1,092 | +134% | 0 | 0 | — |
case-07 | fail→pass | 11,991 | 4,480 | -63% | 1 | 1 | 0% | 2,151 | 1,603 | -25% | 0 | 0 | — |
case-16 | pass→pass | 9,402 | 5,395 | -43% | 1 | 1 | 0% | 1,680 | 1,784 | +6% | 0 | 0 | — |
case-08 | fail→pass | 7,336 | 4,452 | -39% | 1 | 1 | 0% | 1,414 | 1,641 | +16% | 0 | 0 | — |
case-09 | pass→pass | 14,581 | 9,430 | -35% | 1 | 1 | 0% | 2,789 | 2,656 | -5% | 0 | 0 | — |
case-10 | pass→pass | 12,461 | 8,206 | -34% | 1 | 1 | 0% | 2,092 | 2,390 | +14% | 0 | 0 | — |
case-11 | pass→pass | 9,590 | 1,935 | -80% | 1 | 1 | 0% | 1,989 | 1,272 | -36% | 0 | 0 | — |
case-12 | pass→pass | 6,383 | 2,973 | -53% | 1 | 1 | 0% | 1,144 | 1,330 | +16% | 0 | 0 | — |
case-13 | pass→pass | 9,258 | 1,826 | -80% | 1 | 1 | 0% | 1,581 | 1,139 | -28% | 0 | 0 | — |
case-14 | pass→pass | 2,702 | 1,670 | -38% | 1 | 1 | 0% | 492 | 1,110 | +126% | 0 | 0 | — |
case-15 | pass→pass | 2,583 | 2,441 | -5% | 1 | 1 | 0% | 466 | 1,251 | +168% | 0 | 0 | — |
case-17 | fail→pass | 70,387 | 1,964 | -97% | 1 | 1 | 0% | 1,822 | 1,166 | -36% | 0 | 0 | — |
case-18 | fail→fail | 10,158 | 5,396 | -47% | 1 | 1 | 0% | 1,798 | 1,666 | -7% | 0 | 0 | — |
case-19 | pass→pass | 6,618 | 5,353 | -19% | 1 | 1 | 0% | 1,346 | 1,809 | +34% | 0 | 0 | — |
case-20 | pass→pass | 9,437 | 7,243 | -23% | 1 | 1 | 0% | 2,041 | 2,436 | +19% | 0 | 0 | — |
case-21 | pass→pass | 7,582 | 4,222 | -44% | 1 | 1 | 0% | 1,369 | 1,600 | +17% | 0 | 0 | — |
case-22 | pass→pass | 9,078 | 7,499 | -17% | 1 | 1 | 0% | 1,990 | 2,485 | +25% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +23 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.