gke-ai-troubleshooting-skill-creation-guide
Installation
SKILL.md
Troubleshooting Skill Creation Guide
Use this guide to build high-quality troubleshooting skills that enable AI agents to diagnose complex failures in GKE workloads.
🏗️ Skill Structure Standard
Mandatory Components
SKILL.md: The core diagnostic and resolution workflow.README.md: Public-facing overview and "When to use" guide.references/failure_signatures.md: Authentic log/metric signatures.scripts/validate_queries.sh: Automatic syntax validator for all queries.TEST.md: Manual verification plan for humans.EVAL.textproto: Evaluation suite for performance tracking.