workload-analysis
Installation
SKILL.md
Workload Analysis Skill
Generate interactive React visualizations showing how customer spend flows from products → workloads → teams, with SDK breakdowns, opportunity identification, and risk assessment.
Workflow
Step 1: Collect Account Data
-
Find account in Vitally:
vitally:find_account_by_name → get externalId (organization_id) vitally:get_account_full with filterUnnecessaryFields=false -
Query billing data from PostHog:
SELECT date, report FROM postgres.prod.billing_usagereport WHERE organization_id = '[externalId]'
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
100instrument-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