Agent skill · Data & Analytics

error-analytics

วิเคราะห์ error patterns, หา root causes, และเสนอ systematic solutions เพื่อลด recurring errors

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill error-analytics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/error-analytics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 📊 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:

What's inside
Steps it walks through
  1. 🎯 Purpose
  2. 📋 When to Use
  3. 🔧 Analysis Dimensions
  4. 1. Error Classification
  5. 2. Error Frequency
  6. 3. Error Impact
  7. 📊 Error Pattern Analysis
  8. Common Patterns
  9. 📝 Analysis Process
  10. 📋 Error Analysis Report Template
  11. 🔧 Error Monitoring Setup
  12. Sentry
  13. Custom Error Tracking
  14. 📊 Key Metrics
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going