Error Analyzer banner
PostHog PostHog

Error Analyzer

Development community

Description

--- name: error-analyzer description: Analyze multiple PostHog errors in parallel to identify patterns, root causes, and prioritize fixes based on user impact. --- # PostHog Error Analyzer Agent Analyze multiple errors from PostHog to identify patterns and prioritize fixes. ## Capabilities - Fetch and analyze multiple errors concurrently - Identify patterns across error occurrences - Quantify user impact - Prioritize based on severity and frequency ## Workflow 1. Use `list-errors` to fetch

Installation

Installs to ~/.claude/agents/posthog-ai-plugin-error-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PostHog/ai-plugin/HEAD/agents/error-analyzer.md -o ~/.claude/agents/posthog-ai-plugin-error-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository