From 08138b0b0b783a78ef68afb18a5f68d53aebbcee Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 26 Apr 2026 19:53:58 +0800 Subject: [PATCH] fix: remove erroneous "recipe-" prefix from networking-observability name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The frontmatter name field incorrectly included "recipe-" prefix (google-cloud-recipe-networking-observability). This skill is not a recipe skill — it's a networking observability skill. The name should match the directory name: google-cloud-networking-observability. Co-Authored-By: Claude Opus 4.7 --- skills/cloud/google-cloud-networking-observability/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/cloud/google-cloud-networking-observability/SKILL.md b/skills/cloud/google-cloud-networking-observability/SKILL.md index 950cc6d041..2a9db2a766 100644 --- a/skills/cloud/google-cloud-networking-observability/SKILL.md +++ b/skills/cloud/google-cloud-networking-observability/SKILL.md @@ -1,5 +1,5 @@ --- -name: google-cloud-recipe-networking-observability +name: google-cloud-networking-observability description: >- Investigates Google Cloud networking issues by analyzing logs, metrics, and diagnostics. Use when investigating VPC Flow Logs, NAT, firewall, or threat logs, querying latency and throughput metrics, or running Connectivity Tests for path diagnostics. ---