error-detective とは?
ログとコードベースでエラー パターン、スタック トレース、異常を検索します。問題のデバッグ、ログの分析、または運用エラーの調査時に使用します。 ソース: htlin222/dotfiles。
ログとコードベースでエラー パターン、スタック トレース、異常を検索します。問題のデバッグ、ログの分析、または運用エラーの調査時に使用します。
コマンドラインで error-detective AI スキルを開発環境にすばやくインストール
ソース: 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
ログとコードベースでエラー パターン、スタック トレース、異常を検索します。問題のデバッグ、ログの分析、または運用エラーの調査時に使用します。 ソース: htlin222/dotfiles。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/htlin222/dotfiles --skill error-detectiveログとコードベースでエラー パターン、スタック トレース、異常を検索します。問題のデバッグ、ログの分析、または運用エラーの調査時に使用します。 ソース: htlin222/dotfiles。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/htlin222/dotfiles --skill error-detective インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/htlin222/dotfiles