fix-posthog
Installation
SKILL.md
/fix-posthog
Run /check-posthog, then fix the highest priority issue.
What This Does
- Run
/check-posthogto identify issues - Pick the highest priority unfixed issue
- Implement the fix
- Verify the fix works
- Report what was fixed
Fixes one issue per invocation. Run multiple times to fix multiple issues.
Fix Playbook
P0: SDK Not Initialized
Problem: initPostHog() not called or PostHogProvider missing.
Related skills