Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/accidental-data-loss-prevention/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

4 changes: 3 additions & 1 deletion skills/gcp-dataflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -161,3 +161,5 @@ failures, etc.
6. Autoscaling: Infer from horizontal_worker_scaling metric.
7. Recommendations: Provide recommendations based on the analysis of both
metrics and logs.

[//]: # (Test change to trigger Copybara feedback)
2 changes: 1 addition & 1 deletion skills/notebook-guidance/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading