Agent skill

error-detector

Advanced error analysis and pattern detection specialist for identifying, analyzing, and preventing software errors

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill error-detector-skill-404kidwiz-claude-supercode-ski-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/error-detector-skill-404kidwiz-claude-supercode-ski-2/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 Detector Skill ## Purpose Provides error analysis and pattern detection expertise specializing in proactive identification of software defects, code analysis, and system behavior monitoring. Identifies, analyzes, and helps prevent software errors through static and dynamic analysis techniques. ## When to Use - Performing static code analysis and anti-pattern detection - Analyzing runtime errors and exception patterns - Detecting memory leaks and performance bottlenecks - Monitoring and analyzing error logs - Identifying security vulnerabilities through code patterns - Conducting proactive error prevention analysis ## Overview Specialized in error analysis, pattern detection, and proactive identification of software defects through code analysis, log monitoring, and system behavior analysis. ## Error Detection Methodologies ### Static Analysis - Code pattern recognition - Anti-pattern identification - Complexity analysis - Security vulnerability detection - Performance bottleneck identification ### Dynamic Analysis - Runtime error monitoring - Exception pattern analysis - Memory leak detection - Performance profiling - Resource utilization tracking ### Log-Based Analysis ```

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Overview
  4. Error Detection Methodologies
  5. Static Analysis
  6. Dynamic Analysis
  7. Log-Based Analysis
  8. Error Categories & Patterns
  9. Common Programming Errors
  10. Logic Errors
  11. Performance Errors
  12. Advanced Detection Techniques
  13. Machine Learning-Based Detection
  14. Statistical Analysis
Ships with 1 file
  • metadata.json
Commands it runs
Example patterns for error detection
grep -r "ERROR\|FATAL\|CRITICAL" logs/ --include="*.log" --include="*.txt"
grep -r "exception\|error\|failed" src/ --include="*.js" --include="*.py" --include="*.java"
grep -r "TODO\|FIXME\|HACK" src/ --include="*.*" --exclude-dir=node_modules
More from claude-skill-registry
All skills →
About this skill
What does the error-detector skill do?

Advanced error analysis and pattern detection specialist for identifying, analyzing, and preventing software errors

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill error-detector-skill-404kidwiz-claude-supercode-ski-2 --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