From 86051c288d390110d6eaf0df3351debd040da2aa Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 26 Apr 2026 19:55:57 +0800 Subject: [PATCH] fix: remove inconsistent extra frontmatter fields from gke-basics The gke-basics SKILL.md had `license` and `metadata` (with author and version) fields that no other skill in the repository uses. This creates an inconsistency in the frontmatter schema across skills. The license is already covered by the repository-level LICENSE file. Co-Authored-By: Claude Opus 4.7 --- skills/cloud/gke-basics/SKILL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skills/cloud/gke-basics/SKILL.md b/skills/cloud/gke-basics/SKILL.md index 8e40f4b3ca..15f693c077 100644 --- a/skills/cloud/gke-basics/SKILL.md +++ b/skills/cloud/gke-basics/SKILL.md @@ -1,9 +1,5 @@ --- name: gke-basics -license: Apache-2.0 -metadata: - author: Google Cloud - version: "1.0.0" description: "Plan, create, and configure production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers Day-0 checklist, Autopilot vs Standard, networking (private clusters, VPC-native, Gateway API), security (Workload Identity, Secret Manager, RBAC hardening), observability, scaling, cost optimization, and AI/ML inference. WHEN: create GKE cluster, provision GKE environment, design GKE networking, secure GKE, optimize GKE cost, GKE autoscaling, GKE inference, GKE upgrade, GKE observability, GKE multi-tenancy, GKE batch, GKE HPC, GKE compute class." ---