Skip to content

feat: add telemetry to all skills#40

Merged
vahidlazio merged 1 commit into
mainfrom
feat/add-telemetry-to-all-skills
Jul 8, 2026
Merged

feat: add telemetry to all skills#40
vahidlazio merged 1 commit into
mainfrom
feat/add-telemetry-to-all-skills

Conversation

@vahidlazio

Copy link
Copy Markdown
Collaborator

Summary

  • Adds agent-telemetry event tracking to all 10 skills that were missing it: 4 migration skills (posthog, eppo, statsig, optimizely), 5 warehouse setup skills (router + bigquery, snowflake, databricks, redshift), and the dry-run skill
  • Matches the telemetry pattern already established in onboard-confidence — session ID generation, key acquisition from onboarding.confidence.dev, fire-and-forget event publishing to events.confidence.dev
  • Each skill has tailored step and action examples specific to its workflow (e.g. migration skills use plan-flags.scan-source, warehouse skills use bigquery.create-warehouse)

Test plan

  • Verify telemetry setup curl acquires a key when running any migration skill
  • Verify telemetry events publish in the background without blocking the user flow
  • Verify failed telemetry calls are silently ignored
  • Verify dry-run skill sends real telemetry despite simulating all other API calls

🤖 Generated with Claude Code

Add agent-telemetry event tracking to all 10 remaining skills
(migrate-posthog, migrate-eppo, migrate-statsig, migrate-optimizely,
setup-warehouse, setup-warehouse-bigquery, setup-warehouse-snowflake,
setup-warehouse-databricks, setup-warehouse-redshift, and
onboard-confidence-dry-run) matching the pattern already in
onboard-confidence.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vahidlazio vahidlazio merged commit 7c2c7f0 into main Jul 8, 2026
1 check passed
@vahidlazio vahidlazio deleted the feat/add-telemetry-to-all-skills branch July 8, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants