Improved skill for clickstack#6392
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3ac3f17. Configure here.
dhtclk
approved these changes
Jun 15, 2026
dhtclk
left a comment
Collaborator
There was a problem hiding this comment.
Looks good, just a small question
| prompt="Use curl to download, read and follow: https://clickhouse.com/docs/skills/clickstack-otel-collector/SKILL.md" | ||
| description="Your agent will set up the ClickStack OpenTelemetry collector for you. Works with Claude Code, Cursor, Codex, and other coding agents." | ||
| outline={[ | ||
| "Install clickhousectl if missing and authenticate it (asks you for a ClickHouse Cloud API key — paste in chat or run the login command yourself).", |
Collaborator
There was a problem hiding this comment.
Should this agent prompt also be updated?
Collaborator
Author
There was a problem hiding this comment.
Tested it without it being installed and it's fine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
improvements to the onboarding skill. Also some additional pages around generating synthetic data
Checklist
Note
Low Risk
Documentation and static agent-skill content only; no application or infrastructure code changes.
Overview
Adds a telemetrygen example-dataset guide (Managed + OSS) and links it from the sample-datasets index, alongside the existing otelgen entry.
Onboarding docs now use telemetrygen instead of otelgen for pipeline verification: Docker/Go install, a
tghelper, multi-service logs/traces/metrics (optional richer burst in collapsible sections), updated UI confirmation copy, and a Next steps block on the collector setup page (SDKs, K8s, CloudWatch).clickstack-otel-collectorskill (0.1.0 → 0.6.0) is substantially rewritten: choose new local collector (Docker Compose ordocker run) vs existing gateway collector; secrets in a0600collector.envand--env-file(no chat/psleakage);sha256_hashuser creation; richer telemetrygen verification; explicit ClickStack console onboarding and idle-suspend handling.Reviewed by Cursor Bugbot for commit c4f6b06. Bugbot is set up for automated code reviews on this repo. Configure here.