admin-gcp-deploy

Set up GCP deploy pipelines with Cloud Build and Cloud Run.

Updated May 13, 2026
One-click install
npx skills add https://github.com/dloschiavo/orca --skill admin-gcp-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-gcp-deploy
Source: https://github.com/dloschiavo/orca/tree/main/recipe/admin-gcp-deploy
Command: npx skills add https://github.com/dloschiavo/orca --skill admin-gcp-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manages and monitors the setup of GCP deploy pipelines, simplifies one-time setup tasks, and tracks deployment progress for efficient operations.

Core Features & Use Cases

  • Deploy Pipeline Management: Sets up a deploy pipeline using Cloud Build, Artifact Registry, and Cloud Run, and includes a status dashboard for one-time tasks and automated progress.
  • Dependency Resolution: Manages dependencies and dependencies management across stacks like EC2, Cloud Run, and MongoDB-compatible Firestore.
  • Automated Checks: Conducts checks like auth bypass security, MongoDB compatibility, environment variables setup, and more at install-time and during operation.

Quick Start

To install, execute 'gcp-bootstrap.sh' after creating the GCP project and setting up billing. Configure .env.prod.example for environment-specific secrets, then use 'scripts/sync-local-to-firestore.mjs' for data synchronization.

Frequently Asked Questions about admin-gcp-deploy

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

FAQPage Schema
How do I automate GCP deployment pipelines using Cloud Build and Cloud Run?

Automating GCP deployment pipelines involves setting up Cloud Build with Artifact Registry and Cloud Run to streamline builds and track automated progress. This Skill configures that pipeline, includes a status dashboard for one-time tasks, and manages environment-specific setups.

What's the best way to monitor GCP deployment status and one-time setup tasks?

Monitoring GCP deployment status is handled through a status dashboard that tracks both automated deployment progress and one-time setup tasks. The dashboard integrates with Cloud Build and Cloud Run to provide visibility into pipeline operations and environment configurations.

Does Firestore work with MongoDB compatibility for GCP deployment automation?

Firestore supports MongoDB-compatible operations within this GCP deployment automation workflow. The Skill includes automated checks for MongoDB compatibility during install-time and operation, using a sync script to synchronize local data to Firestore.

How do I manage environment variables and secrets for GCP Cloud Run deployments?

Managing environment variables and secrets for Cloud Run uses Secret Manager and environment-specific configuration files. The Skill conducts automated checks for environment variable setup and auth bypass security, requiring configuration of environment-specific secrets before deployment.

Can I run GCP deployment automation locally before pushing to the cloud?

Local and cloud environments are both supported for GCP deployment automation. The Skill includes scripts for local synchronization to Firestore and requires environment-specific configurations, allowing you to validate deployment setups locally before cloud execution.

What security checks are included in GCP deployment pipeline automation?

Security checks in the GCP deployment pipeline include auth bypass security detection and environment variables validation. The Skill conducts these automated checks at install-time and during operation to ensure proper secret management and secure Cloud Run configurations.