Loading...
Loading...
Advanced error analysis and pattern detection specialist for identifying, analyzing, and preventing software errors
npx skill4agent add 404kidwiz/claude-supercode-skills error-detector# 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