posthog-debug-bundle

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

PostHog Debug Bundle

Current State

!node --version 2>/dev/null || echo 'N/A' !npm list posthog-js posthog-node 2>/dev/null | grep posthog || echo 'No PostHog SDK found'

Overview

Collect diagnostic evidence for PostHog support tickets. Gathers SDK versions, API connectivity, feature flag status, event flow verification, and redacted configuration. All secrets are automatically redacted.

Prerequisites

  • PostHog SDK installed in project
  • Access to environment variables
  • curl and jq available

Instructions

Step 1: Run Full Diagnostic Script

Installs
1
GitHub Stars
2.6K
First Seen
14 days ago
posthog-debug-bundle — jeremylongshore/claude-code-plugins