error-analytics
วิเคราะห์ error patterns, หา root causes, และเสนอ systematic solutions เพื่อลด recurring errors
npx skills add majiayu000/claude-skill-registry --skill error-analytics --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 📊 Error Analytics Skill --- name: error-analytics description: Analyze error patterns, identify root causes, and provide systematic solutions --- ## 🎯 Purpose วิเคราะห์ error patterns, หา root causes, และเสนอ systematic solutions เพื่อลด recurring errors ## 📋 When to Use - เจอ errors ซ้ำๆ - ต้องการเข้าใจ error patterns - Reduce error rate - Improve error handling - Debug production issues ## 🔧 Analysis Dimensions ### 1. Error Classification | Category | Examples | |----------|----------| | **Syntax** | SyntaxError, TSError | | **Runtime** | TypeError, ReferenceError | | **Logic** | Wrong output, infinite loops | | **Network** | Timeout, CORS, 404/500 | | **Resource** | Memory, disk, connection | ### 2. Error Frequency ``` High Frequency (daily) → Fix immediately Medium Frequency (weekly) → Plan fix Low Frequency (monthly) → Monitor ``` ### 3. Error Impact ``` Critical (app crash) → Highest priority Major (feature broken) → High priority Minor (cosmetic issue) → Low priority ``` ## 📊 Error Pattern Analysis ### Common Patterns #### Null Reference Errors ```javascript // Pattern: Accessing property of null/undefined TypeError: Cannot read property 'x' of undefined // Analysis:
- 🎯 Purpose
- 📋 When to Use
- 🔧 Analysis Dimensions
- 1. Error Classification
- 2. Error Frequency
- 3. Error Impact
- 📊 Error Pattern Analysis
- Common Patterns
- 📝 Analysis Process
- 📋 Error Analysis Report Template
- 🔧 Error Monitoring Setup
- Sentry
- Custom Error Tracking
- 📊 Key Metrics
What does the error-analytics skill do?
วิเคราะห์ error patterns, หา root causes, และเสนอ systematic solutions เพื่อลด recurring errors
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill error-analytics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
