deploy

Automates application deployment to Google Cloud Run using the gcloud CLI.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill deploy-buddypia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill deploy-buddypia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of deploying applications to Google Cloud Run, ensuring a secure and reliable deployment pipeline with built-in quality checks and automated logging.

Core Features & Use Cases

  • Automated Deployment: Executes gcloud run deploy --source . to deploy your application.
  • Quality Gates: Enforces pre-deployment checks including code formatting, linting, testing, and building.
  • Secure Secret Management: Integrates with Secret Manager for handling sensitive environment variables like API keys.
  • Automated Verification: Performs post-deployment health checks and records deployment history.
  • Use Case: Deploy your Next.js application to Cloud Run with confidence, knowing that quality checks are performed, secrets are managed securely, and every deployment is logged.

Quick Start

Use the deploy skill to deploy your application to Cloud Run.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Google Cloud Run deployments with built-in quality checks?

Automate Cloud Run deployments by executing gcloud run deploy with enforced pre-deployment quality gates for code formatting, linting, testing, and building. This ensures application reliability before securely deploying the source directory to your configured Cloud Run service.

Can I use Secret Manager for environment variables when deploying to Cloud Run?

Yes, secure secret management integrates directly with Secret Manager to handle sensitive environment variables like API keys during Cloud Run deployment. This prevents exposing secrets in your configuration while securely passing them to your application runtime.

What is the best way to verify application health after a Cloud Run deployment?

Verify application health using automated post-deployment health checks and deployment logging. After executing the gcloud run deploy command, the pipeline performs automated verification on the running service and records the deployment history for audit tracking.

Does this Cloud Run deployment automation support custom project, region, and service configurations?

Yes, the Cloud Run deployment automation supports custom project, region, and service name configurations. You can specify these parameters during the gcloud run deploy process to target specific Google Cloud environments and manage multiple deployment targets.

How do I deploy a Next.js application to Cloud Run using the gcloud CLI?

Deploy a Next.js application to Cloud Run by executing gcloud run deploy with the source directory. The automated pipeline enforces code formatting, linting, testing, and building quality gates before securely deploying the application with managed secrets.