What is error-detective?
Search logs and codebases for error patterns, stack traces, and anomalies. Use when debugging issues, analyzing logs, or investigating production errors. Source: htlin222/dotfiles.
Search logs and codebases for error patterns, stack traces, and anomalies. Use when debugging issues, analyzing logs, or investigating production errors.
Quickly install error-detective AI skill to your development environment via command line
Source: htlin222/dotfiles.
| NullPointer | Missing null check | Add validation | | Timeout | Slow dependency | Add timeout, retry | | Connection refused | Service down | Check health, retry | | OOM | Memory leak | Profile, increase limits | | Rate limit | Too many requests | Add backoff, queue |
Input: "Find why API is returning 500 errors" Action: Search logs for 500 status, find stack traces, identify root cause
Input: "Analyze error patterns from last hour" Action: Aggregate errors by type, find spikes, correlate with events
Search logs and codebases for error patterns, stack traces, and anomalies. Use when debugging issues, analyzing logs, or investigating production errors. Source: htlin222/dotfiles.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/htlin222/dotfiles --skill error-detectiveSearch logs and codebases for error patterns, stack traces, and anomalies. Use when debugging issues, analyzing logs, or investigating production errors. Source: htlin222/dotfiles.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill error-detective Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/htlin222/dotfiles