gcp-awareness
ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
Determine feature slug interactively by auto-detecting next number and prompting user for description
Share personal documents to the shared namespace with atomic git commit and push
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.
| name | gcp-awareness |
| description | ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools. |
You have specialized GCP debugging skills. Use these instead of raw gcloud commands for consistent, well-documented workflows.
Simple, single gcloud command query?
→ Use gcp-logs skill
gcloud logging read commandsComplex investigation requiring multiple steps? → Use Task tool with GCP agents (conserves context)
gcp-locator - Fetch logs from multiple services, save to /tmpgcp-analyzer - Filter logs, diagnose service issues, check IAMgcp-pattern-finder - Correlate logs across services, build timelinesJust need to fetch logs broadly?
→ Use gcp-locator agent only
Investigating single service issue?
→ Use gcp-locator + gcp-analyzer agents
Need to correlate across services or find patterns?
→ Use all three: gcp-locator + gcp-analyzer + gcp-pattern-finder
Need to understand GCP IAP authentication? → Check documentation or use WebFetch
gcloud auth print-identity-token| Type | Name | Purpose |
|---|---|---|
| Skill | gcp-logs | Simple log queries (single gcloud command) |
| Agent | gcp-locator | Fetch logs from multiple services/ranges |
| Agent | gcp-analyzer | Analyze service logs, diagnose issues |
| Agent | gcp-pattern-finder | Correlate logs, find patterns, build timelines |
Only use gcloud directly when:
For systematic GCP work, use the specialized skills above.
gcloud - Primary CLI toolgcloud logging read - Cloud Logging queries (use gcp-logs skill)gcloud auth print-identity-token - Get IAP tokens for service accessCheck authentication before any GCP operation:
gcloud auth list
gcloud config get-value project