always-verify-gcp

Installation
SKILL.md

Always Verify GCP Skill (V3)

Overview

This skill establishes a rigorous, multi-step process for handling all Google Cloud resource management requests. Its goal is to maximize safety and accuracy by ensuring the correct tool is used, its commands are verified, its impact is previewed, and common errors are diagnosed intelligently.

Workflow: Verifying and Executing Google Cloud Commands

When a user requests an action involving Google Cloud resources, follow these steps:

Step 1: Select the Correct CLI Tool

Consult the references/tool_selection_guide.md file to determine the most appropriate command-line tool (gcloud, bq, or gsutil) based on the GCP service the user is targeting.

Step 2: Identify the Specific Command

Once the tool is selected, identify the specific command required to fulfill the user's request (e.g., bq mk, gsutil mb, gcloud compute instances delete).

Step 3: Verify Command with Official Documentation

Related skills
Installs
8
GitHub Stars
253
First Seen
Mar 18, 2026