setup-cloud-run

Provision Google Cloud Run services and Artifact Registry repositories via gcloud CLI.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/karthik-chejerla-hai/weekday-masters --skill setup-cloud-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-cloud-run
Source: https://github.com/karthik-chejerla-hai/weekday-masters/tree/main/.claude/skills/setup-cloud-run
Command: npx skills add https://github.com/karthik-chejerla-hai/weekday-masters --skill setup-cloud-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup of essential Google Cloud Run resources, streamlining the deployment of your backend application and ensuring your infrastructure is correctly configured.

Core Features & Use Cases

  • Resource Provisioning: Creates necessary Artifact Registry repositories and Cloud Run services.
  • API Enablement: Ensures required Google Cloud APIs are enabled for seamless operation.
  • Workflow Integration: Optionally updates GitHub Actions workflows for continuous deployment.
  • Use Case: When rebranding your application or setting up a new GCP environment, this Skill will provision all the necessary backend infrastructure, including the Docker image repository and the Cloud Run service itself, and can update your CI/CD pipelines to reflect these changes.

Quick Start

Use the setup-cloud-run skill to set up Google Cloud Run resources for the new app name 'my-cool-app' in the 'us-central1' region.

Frequently Asked Questions about setup-cloud-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Cloud Run resource provisioning for a backend deployment?

To automate Cloud Run resource provisioning, you can use a setup tool that creates Artifact Registry repositories and Cloud Run services while enabling required Google Cloud APIs. This streamlines backend infrastructure configuration and ensures your deployment targets are correctly established.

What's the best way to provision Artifact Registry and Cloud Run services for a new GCP environment?

Provisioning Artifact Registry and Cloud Run services for a new GCP environment is best handled by automating the creation of both resources simultaneously. This approach configures Docker image repositories and deployment services together, ensuring proper infrastructure alignment for backend applications.

Can I update GitHub Actions workflows automatically when setting up Cloud Run infrastructure?

Yes, you can update GitHub Actions workflows during Cloud Run infrastructure setup. The setup process can optionally configure continuous deployment pipelines, allowing your CI/CD workflows to automatically reflect changes when rebranding an application or establishing new deployment targets.

Do I need gcloud CLI to configure Cloud Run services and Artifact Registry repositories?

Yes, you need gcloud CLI to configure Cloud Run services and Artifact Registry repositories. The CLI handles resource management and API enablement, serving as the primary interface for provisioning backend infrastructure and managing Google Cloud deployment targets.

How does API enablement work when setting up Google Cloud Run for backend deployments?

API enablement during Cloud Run setup ensures required Google Cloud APIs are activated for seamless operation. This step is automated during the provisioning process, verifying that all necessary services are enabled before creating Artifact Registry repositories and Cloud Run services.

When should I use an automated Cloud Run setup instead of manual configuration for backend infrastructure?

You should use automated Cloud Run setup when rebranding an application or establishing a new GCP environment. It eliminates manual configuration errors by simultaneously provisioning Docker image repositories, Cloud Run services, and CI/CD pipeline updates for backend deployments.