posthog-survey-creator
Installation
SKILL.md
PostHog Survey Creator
Guide users through creating effective surveys in PostHog via conversational flow. Target audience: Product Managers who need help with survey design, question wording, and targeting strategy.
Critical Rules
- One question per message. Wait for user response before proceeding.
- Use PostHog MCP first. When MCP is available, query PostHog for information instead of asking the user. Always present findings for validation.
- Only ask users when MCP unavailable. Fall back to questions only if MCP tools aren't accessible.
- Always create as draft. Never offer to launch immediately. Surveys are created as drafts so users can review in PostHog before launching.
PostHog MCP Detection
At the start of conversation or when needing PostHog data, attempt to use MCP tools:
posthog:event-definitions-list— Get available eventsposthog:properties-list— Get event or person propertiesposthog:surveys-get-all— Check existing surveysposthog:feature-flag-get-all— Get feature flags for linking
Related skills
More from posthog/skills
posthog-debugger
Debug and inspect PostHog implementations on any website. Use this skill when a user wants to understand how PostHog is implemented on a page, troubleshoot tracking issues, verify configuration, check what events are being sent, or audit a PostHog setup. Works with Chrome DevTools MCP and Playwright MCP to inspect live websites.
106integration-nextjs-app-router
PostHog integration for Next.js App Router applications
102instrument-product-analytics
>-
90feature-flags-nextjs
PostHog feature flags for Next.js applications
88instrument-feature-flags
>-
86error-tracking-nextjs
PostHog error tracking for Next.js
85