# 486 Posthog Debug Bundle 488548e6

> posthog-debug-bundle

- Skill: `tools-only/486-posthog-debug-bundle-488548e6` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/486-posthog-debug-bundle-488548e6`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/486-posthog-debug-bundle-488548e6/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/486-posthog-debug-bundle-488548e6

---

# posthog-debug-bundle

> Create comprehensive debug bundle for PostHog issues including logs configuration and reproduction steps

## Directory Structure

```
posthog-debug-bundle/
├── SKILL.md
└── examples/
    ├── collect_bundle.sh
    ├── bundle_template.md
    ├── sanitize_secrets.py
    └── reproduction_guide.md
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | Core skill instructions for creating PostHog debug bundles |
| collect_bundle.sh | Shell | Automated script to collect all debug information |
| bundle_template.md | Markdown | Template for organizing debug bundle contents |
| sanitize_secrets.py | Python | Script to remove secrets from debug bundles |
| reproduction_guide.md | Markdown | Guide for documenting issue reproduction steps |

## Summary

**Category:** Advanced
**Target Audience:** Support engineers creating diagnostic packages for issue escalation
**Trigger Phrases:** "posthog debug bundle", "posthog support package", "collect posthog logs", "posthog diagnostic", "posthog issue report", "posthog troubleshooting package"

---

**Author:** Jeremy Longshore <jeremy@intentsolutions.io>
**License:** MIT
**Version:** 1.0.0

