gcp-deployment

Coordinates six-phase deployment of apps to AWS Cloud using CloudFormation and automated validation steps.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill gcp-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-deployment
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/library/deploy/gcp-deployment
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill gcp-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments to Google Cloud Platform can be error-prone and require coordinating authentication, builds, provisioning, and rollout with rollback plans. This Skill provides a disciplined, six-phase deployment lifecycle to ensure reliable, auditable deployments.

Core Features & Use Cases

  • Six-phase Deployment Lifecycle: Authentication, Build, Provisioning, Deploy, Checking, and Update/Rollback for GCP resources (Cloud Run, App Engine, Compute Engine, Buckets).
  • Environment parity and guardrails: Fresh context per task, consistent configuration, and health checks to ensure 200 responses post deployment.
  • Use Case: Deploy a new service to Cloud Run with automated validation and a rollback plan if checks fail.

Quick Start

You can start by running the six-phase deployment sequence to deploy your service on GCP.

Frequently Asked Questions about gcp-deployment

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

FAQPage Schema
How do I automate Google Cloud Platform deployments end to end?

You can automate Google Cloud Platform deployments using a structured six-phase lifecycle covering authentication, build, provisioning, deploy, validation, and rollback to minimize manual steps and errors.

Can I deploy to Cloud Run with an automated rollback plan if checks fail?

Yes, deploying to Cloud Run includes automated validation and an update/rollback phase that triggers if post-deployment health checks fail to ensure service stability.

What GCP services are supported for safe, phased deployments?

Safe, phased deployments are supported for Google Cloud Platform services including Cloud Run, App Engine, Compute Engine, and Buckets across a structured six-phase lifecycle.

Do I need gcloud CLI and Google Cloud credentials to deploy my service?

Yes, executing deployments requires access to Google Cloud credentials and the gcloud CLI for running commands across the authentication, build, provisioning, and deploy phases.

What is the best way to ensure environment parity and guardrails during GCP deployments?

The best way to ensure environment parity and guardrails is using a structured lifecycle with fresh context per task, consistent configuration, and health checks validating 200 responses post deployment.