Cloud Run Debug banner
yuting0624 yuting0624

Cloud Run Debug

Development community

Description

--- description: Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers the root cause and proposes a fix. Read-only by default; --apply writes the fix to a branch. argument-hint: "[--service <name>] [--region <r>] [--project <id>] [--since 1h] [--limit 200] [--apply]" --- Diagnose a broken Cloud Run service. This is a **Conductor / Executor** split: **you (Claude) conduct** — confirm scope, reason about the root cause, and propose the fix

Installation

Installs to ~/.claude/skills/yuting0624-antigravity-for-claude-code-cloud-run-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yuting0624-antigravity-for-claude-code-cloud-run-debug && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/cloud-run-debug.md -o ~/.claude/skills/yuting0624-antigravity-for-claude-code-cloud-run-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository