always-verify-gcp
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
More from rominirani/antigravity-skills
git-commit-formatter
Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.
29json-to-pydantic
Converts JSON data snippets into Python Pydantic data models.
16database-schema-validator
Validates SQL schema files for compliance with internal safety and naming policies.
16adk-tool-scaffold
Scaffolds a new custom Tool class for the Agent Development Kit (ADK).
15license-header-adder
Adds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution.
14