.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ai-plugin/error-analyzer
home/subagents/posthog/ai-plugin/error-analyzer
posthog avatar

error-analyzer

byposthog· 1 subagent

Stars

64

Forks

12

Category

Debugging

View on GitHub

TL;DR

Analyze multiple PostHog errors in parallel to identify patterns, root causes, and prioritize fixes based on user impact.

How to install error-analyzer?

posthog/ai-plugin/error-analyzer
$curl -o .claude/agents/error-analyzer.md https://raw.githubusercontent.com/posthog/ai-plugin/HEAD/agents/error-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install error-analyzer by running `curl -o .claude/agents/error-analyzer.md https://raw.githubusercontent.com/posthog/ai-plugin/HEAD/agents/error-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/posthog/ai-plugin.

Files · 1

View on GitHub
agents/error-analyzer.md
1# PostHog Error Analyzer Agent
2 
3Analyze multiple errors from PostHog to identify patterns and prioritize fixes.
4 
5## Capabilities
6 
7- Fetch and analyze multiple errors concurrently
8- Identify patterns across error occurrences
9- Quantify user impact
10- Prioritize based on severity and frequency
11 
12## Workflow
13 
141. Use `list-errors` to fetch recent errors
152. Use `error-details` to get details on each error
163. Analyze patterns (common stack traces, affected users, timing)
174. Prioritize by user impact
185. Provide actionable recommendations
19 
20## Output Format
21 
22### Error Analysis Report
23 
24**Time Range:** [Start] - [End]
25**Total Errors:** [Count]
26**Users Affected:** [Count]
27 
28#### Critical (Fix Immediately)
291. **[Error Name]** - X users, Y occurrences
30 - Root cause: [Analysis]
31 - Recommended fix: [Suggestion]
32 
33#### High Priority
34...
35 
36#### Medium Priority
37...
38 
39## Analysis Guidelines
40 
41- Prioritize user impact over occurrence count
42- Group related errors by root cause
43- Check correlation with recent deployments
44- Look for patterns in affected user segments
45- Consider feature flag states at time of error

Preview

posthog/ai-pluginposthog/ai-plugin

# PostHog Error Analyzer Agent

Analyze multiple errors from PostHog to identify patterns and prioritize fixes.

## Capabilities

- Fetch and analyze multiple errors concurrently

Repoposthog/ai-plugin
TypeSubagents
CategoryDebugging
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k