From b6b5df6e61d5682d4d487abd5178aca1c76a5c8f Mon Sep 17 00:00:00 2001 From: Sneh Shah Date: Tue, 9 Jun 2026 13:28:33 -0700 Subject: [PATCH] docs: update notebook guidance criteria phrasing and clean up whitespace This PR updates the phrasing in the notebook guidance documentation and performs minor whitespace cleanups. ### Changes: * **Notebook Guidance**: Adjusted phrasing in `skills/notebook-guidance/SKILL.md`. * **Accidental Data Loss Prevention**: Cleaned up whitespace at the end of `skills/accidental-data-loss-prevention/SKILL.md`. FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/pull/77 from gemini-cli-extensions:test-loss-prevention-skill f6fa786ef114c2c08e90af59517580b25148f19f PiperOrigin-RevId: 929372134 --- skills/accidental-data-loss-prevention/SKILL.md | 1 + skills/developing-with-bigquery/SKILL.md | 2 +- skills/gcp-dataflow/SKILL.md | 2 +- skills/notebook-guidance/SKILL.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/skills/accidental-data-loss-prevention/SKILL.md b/skills/accidental-data-loss-prevention/SKILL.md index beefb25..a27a22b 100755 --- a/skills/accidental-data-loss-prevention/SKILL.md +++ b/skills/accidental-data-loss-prevention/SKILL.md @@ -29,3 +29,4 @@ metadata: - A request for their **explicit approval** to proceed. 3. **Wait**: Only proceed if the user provides clear, affirmative consent in the conversation. + diff --git a/skills/developing-with-bigquery/SKILL.md b/skills/developing-with-bigquery/SKILL.md index a7db889..9f25763 100755 --- a/skills/developing-with-bigquery/SKILL.md +++ b/skills/developing-with-bigquery/SKILL.md @@ -36,7 +36,7 @@ Guidelines for generating valid BigFrames code for data manipulation, model development, and visualization. - **Guide**: [BIGFRAMES.md](references/BIGFRAMES.md) -Bigframes should be the default library/tool as it is more efficient than using +BigFrames should be the default library/tool as it is more efficient than using the BigQuery Python client library. ### 3. BigQuery ML & AI Functions (BQML SQL) diff --git a/skills/gcp-dataflow/SKILL.md b/skills/gcp-dataflow/SKILL.md index 272cbc1..35ff8cb 100755 --- a/skills/gcp-dataflow/SKILL.md +++ b/skills/gcp-dataflow/SKILL.md @@ -100,7 +100,7 @@ Follow the Flex Templates section below. ## Diagnostics & Troubleshooting -YOU MUST use this section when the user asks about performance of their dataflow +You MUST use this section when the user asks about performance of their dataflow pipelines. This can be used to debug issues like pipeline slowness, pipeline failures, etc. diff --git a/skills/notebook-guidance/SKILL.md b/skills/notebook-guidance/SKILL.md index 8973a59..620f893 100755 --- a/skills/notebook-guidance/SKILL.md +++ b/skills/notebook-guidance/SKILL.md @@ -20,7 +20,7 @@ metadata: Before choosing to use a notebook, evaluate the task complexity using these heuristics. -Use a notebook if you meet at least one of these 3 criteria: +Use a notebook if you meet at least one of these 3 criterias: * 📈 **Data Insights & Storytelling**: Use a notebook for any request to "give insights", "find trends", "explore data", or "analyze data". These tasks