What problem does it solve?
This Skill removes uncertainty and manual guesswork when deploying, observing, and remediating Google Cloud Run services by providing a safe, inspect-first operational workflow tailored to repository-driven deployments and CI/CD pipelines.
Core Features & Use Cases
- Deploy with repository intent: Prefer existing deploy scripts, make deploy, or Cloud Build triggers rather than inventing ad-hoc commands.
- Inspect and diagnose: Walk through Cloud Run service state, revisions, Cloud Build history, and logs to identify build failures, crashes, auth errors, or config drift.
- Safe maintenance and rollback: Recommend Terraform changes for codified infra, one-off Cloud Run mitigations for urgent fixes, and traffic-shift rollbacks to known-good revisions.
- Repository-aware checks: Apply repository-specific guidance from the deploy map and runbook to validate secrets, Supabase and Redis connectivity, and WORKFLOW_SERVICE_SECRET alignment.
Quick Start
Deploy the repository using its preferred method (for example run the project's deploy entrypoint or trigger the appropriate Cloud Build), then inspect Cloud Run service details, recent builds, and logs and report project, region, service, revision, evidence, current status, and next steps.