npx skills add ...
npx skills add posthog/skills --skill user-deep-dive
Deep dive on a PostHog user by email address. Analyze what they do, where they spend time, and what products they use.
npx skills add posthog/skills --skill user-deep-dive
Deep dive on a PostHog user by email address. Analyse what they do, where they spend time, and what products they use.
Input: $ARGUMENTS (email address, e.g. artis.conka@enlabs.com)
Before running any queries, ask the user:
"What time window would you like to analyse? (default: last 14 days)"
If they don't respond or say "default", use 14 days. Use their answer to set {days} in all queries below.
Run all of the following queries simultaneously via the query-run MCP tool.
1. Activity overview — event breakdown (excluding PostHog internals):
2. Page views — where they spend their time:
3. Insight details — which insights/dashboards they view:
4. Session replay views — replays they've watched:
5. Error tracking usage — how they interact with error tracking in PostHog:
6. PostHog AI usage — Max and insight analysis counts:
7. Where they open Max — which pages/contexts they use Max on:
Use Vitally tools to look up the user by email — get their role, title, account name, and any CRM data available.
2–3 sentences capturing who this person is, what they primarily use PostHog for, and the single most interesting or actionable thing about their usage. Write it as if briefing someone before a call with this user.
https://us.posthog.com/replay?filters={"type":"AND","values":[{"type":"AND","values":[{"key":"email","value":["{email}"],"operator":"exact","type":"person"}]}]}$conversations_loaded count) and make AI calls ($ai_generation count)?insight analyzed)?/dashboard/ → "dashboards", /sql → "SQL editor", /insights/ → "insights", /persons/ → "person profiles") and list the top contexts with counts. This tells us what they're trying to get help with.query-run tool, NOT curl. Fall back to curl only if MCP is unavailable.lastSeenTimestamp data is stale — do NOT rely on it for activity. Always use PostHog event data.