posthog-survey-diagnosis

Diagnose PostHog survey issues by analyzing tickets and querying event data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mongo-ai/posthog-triage-agent --skill posthog-survey-diagnosis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: posthog-survey-diagnosis
Source: https://github.com/mongo-ai/posthog-triage-agent/tree/main/.claude/skills/posthog-survey-diagnosis
Command: npx skills add https://github.com/mongo-ai/posthog-triage-agent --skill posthog-survey-diagnosis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Support teams and product managers struggle to pinpoint why PostHog surveys fail to display, collect responses, or behave inconsistently across SDK versions and API‑mode integrations.

Core Features & Use Cases

  • Comprehensive Data Checks: Runs targeted SQL queries on event data to verify survey visibility and response collection.
  • Dynamic Documentation Lookup: Searches live PostHog docs for SDK version requirements and API‑mode guidelines.
  • GitHub Issue Mining: Finds known bugs and workarounds by querying relevant repositories.
  • Use Case: Quickly diagnose a ticket where a survey disappears after the first display, providing a step‑by‑step remediation plan.

Quick Start

Run the posthog-survey-diagnosis skill to analyze a survey ticket and receive a step-by-step diagnostic report.

Frequently Asked Questions about posthog-survey-diagnosis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is my PostHog survey not appearing or collecting responses?

PostHog survey display and response collection failures often stem from SDK version mismatches or API-mode integration errors. Diagnosing these issues requires querying event data to verify visibility and checking documentation for specific SDK requirements.

How do I troubleshoot a PostHog survey that disappears after the first display?

Troubleshooting a disappearing PostHog survey involves running targeted SQL queries on event data to trace visibility logic, searching live documentation for API-mode guidelines, and mining GitHub issues for known SDK bugs and workarounds.

Does PostHog survey diagnosis work with API-mode integrations?

Yes, PostHog survey diagnosis supports API-mode integrations by searching live documentation for API-mode guidelines, querying event data to verify response collection, and identifying known bugs through GitHub issue mining across relevant repositories.

What is the best way to resolve PostHog survey SDK and API-mode issues?

The best way to resolve PostHog survey SDK and API-mode issues is to run targeted SQL data checks, dynamically look up SDK version requirements in live documentation, and query GitHub repositories to find known bugs and applicable workarounds.

What data sources are needed to diagnose PostHog survey problems?

Diagnosing PostHog survey problems requires access to PostHog event data for running targeted SQL queries, documentation search tools for verifying SDK version requirements, and GitHub issue search to find known bugs and workarounds.

Can I find known PostHog survey bugs and workarounds using GitHub issues?

Yes, you can find known PostHog survey bugs and workarounds by querying relevant GitHub repositories. This process mines historical issue data to identify recurring SDK failures and provides actionable remediation steps for survey inconsistencies.