deploy-gcp

Automate GCP Tier A deployments with OpenTofu policy enforcement and smoke tests.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill deploy-gcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-gcp
Source: https://github.com/rajnishkhatri/AgentsFramework/tree/main/.cursor/skills/deploy-gcp
Command: npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill deploy-gcp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment process to Google Cloud Platform (GCP) Tier A by automating various phases, including preflight checks, infrastructure application, image deployment, and smoke testing, while enforcing security and compliance policies.

Core Features & Use Cases

  • Automated Deployment: Orchestrates the deployment process with phased automation to GCP Tier A.
  • Policy Enforcement: Implements policy gates and smoke tests to ensure deployment safety and compliance.
  • Use Case: When you need to deploy a project to GCP Tier A with the assurance that it adheres to security and compliance standards, use this Skill to automate the deployment process with minimal manual intervention.

Quick Start

Run the deployment workflow by executing the following command: ./scripts/deploy_gcp.sh all

Frequently Asked Questions about deploy-gcp

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

FAQPage Schema
How do I automate GCP deployment with policy enforcement and smoke testing?

You can automate GCP deployment with policy enforcement by executing shell scripts that orchestrate phased automation using OpenTofu, applying security policies and running smoke tests across preflight, infrastructure, and deployment phases to ensure compliance.

What phases are covered during an automated cloud deployment to GCP Tier A?

An automated cloud deployment to GCP Tier A covers preflight, foundations, data, secrets, images, backend, frontend, workos, observability, and smoke phases, orchestrating infrastructure application and image deployment sequentially.

Does this deployment automation approach use OpenTofu for security policy gates?

Yes, this deployment automation approach uses OpenTofu for policy enforcement, implementing security policy gates to ensure deployment safety and compliance standards are met during the GCP Tier A deployment process.

Can I run the entire GCP deployment workflow with a single command?

Yes, you can run the entire GCP deployment workflow with a single command by executing `./scripts/deploy_gcp.sh all`, which orchestrates all phased automation steps from preflight checks to final smoke tests.

What is the best way to ensure compliance when deploying infrastructure to GCP?

The best way to ensure compliance when deploying infrastructure to GCP is to use phased deployment automation with policy gates and smoke tests, enforcing security standards automatically through OpenTofu during preflight and foundations phases.