error-detector
Advanced error analysis and pattern detection specialist for identifying, analyzing, and preventing software errors
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 ```
- Purpose
- When to Use
- Overview
- Error Detection Methodologies
- Static Analysis
- Dynamic Analysis
- Log-Based Analysis
- Error Categories & Patterns
- Common Programming Errors
- Logic Errors
- Performance Errors
- Advanced Detection Techniques
- Machine Learning-Based Detection
- Statistical Analysis
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
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.
