I found a few additional docs regressions in the current main branch beyond the already-reported README link issue:
skills/cloud/google-cloud-networking-observability/references/vpc-flow-analysis.md links to non-existent mcp-usage.md anchors:
#cloudloggingmcp
#bigquerymcp
The target headings are currently ## Cloud Logging MCP and ## BigQuery MCP.
- The networking observability references use inconsistent BigQuery MCP tool names:
mcp-usage.md says execute_sql_readonly
cloud-nat-analysis.md and threat-analysis.md say query_sql
skills/cloud/bigquery-basics/references/mcp-usage.md documents the tool as execute_sql
skills/cloud/google-cloud-recipe-onboarding/SKILL.md has a malformed multiline gcloud run deploy example in the "Deploy Your First Resource" section (\ --platform=managed / \ --region=us-central1 end up on the same line).
I verified these with a local markdown-target check against the current repo contents. I also have a docs-only patch ready if a PR is useful, even if you prefer to reapply it internally.
I found a few additional docs regressions in the current
mainbranch beyond the already-reported README link issue:skills/cloud/google-cloud-networking-observability/references/vpc-flow-analysis.mdlinks to non-existentmcp-usage.mdanchors:#cloudloggingmcp#bigquerymcpThe target headings are currently
## Cloud Logging MCPand## BigQuery MCP.mcp-usage.mdsaysexecute_sql_readonlycloud-nat-analysis.mdandthreat-analysis.mdsayquery_sqlskills/cloud/bigquery-basics/references/mcp-usage.mddocuments the tool asexecute_sqlskills/cloud/google-cloud-recipe-onboarding/SKILL.mdhas a malformed multilinegcloud run deployexample in the "Deploy Your First Resource" section (\ --platform=managed/\ --region=us-central1end up on the same line).I verified these with a local markdown-target check against the current repo contents. I also have a docs-only patch ready if a PR is useful, even if you prefer to reapply it internally.