diagnosing-sdk-health
Installation
SKILL.md
Diagnosing SDK health
When a user asks about PostHog SDK versions, outdated SDKs, or whether they should upgrade, use the pre-digested SDK Doctor report rather than reasoning about versions yourself. The backend applies smart-semver rules (grace periods, minor-count thresholds, age-based detection), traffic-percentage thresholds, and provides user-facing copy that matches the SDK Doctor UI exactly.
Available tools
| Tool | Purpose |
|---|---|
posthog:sdk-doctor-get |
Returns a structured health report plus UI-matching copy and drill-in URLs per SDK/version. |
posthog:execute-sql |
(Optional) Run a sql_query from the report to show events captured by a specific outdated version. |
Workflow
Step 1 — Invoke the tool
Related skills