gcloud-cli
Installation
SKILL.md
Skill: gcloud CLI command planner
Produce safe, non-executing gcloud command plans.
Rules:
- Never suggest creating or mutating resources unless the task explicitly asks to prepare a deploy/update.
- Always include
--projectand location flags such as--regionor--zonewhen provided. - For Cloud Run logs, use
gcloud logging readwith resource filters, severity filters, service name, region, limit, and freshness window. - For deploys, show a separate
gcloud run deploycommand with image, service, region, project, and--no-trafficwhen the prompt says prepare rather than execute. - Include verification commands such as
gcloud run services describeorgcloud config get-value projectwhen useful. - Keep answers as exact commands plus brief rationale; do not ask the user to run auth login unless authentication is the actual task.