automated-instrumented-debugging
✓動的インストルメンテーションによる証拠収集を自動化する系統的なデバッグ機能。手動トレースが面倒な場合、または環境が制限されている場合に使用します。
SKILL.md
Core Philosophy: Don't guess. Instrument, measure, and let the data reveal the root cause.
This skill empowers you to debug complex issues by systematically injecting lightweight probes (fetch calls) into the codebase. These probes stream real-time execution data (function entries, variable states, errors) to a local debug server, allowing you to reconstruct the exact execution flow without relying on scattered console logs or interactive debuggers.
Don't rush to code. First, define what you need to capture.
動的インストルメンテーションによる証拠収集を自動化する系統的なデバッグ機能。手動トレースが面倒な場合、または環境が制限されている場合に使用します。 ソース: minleev5/automated-instrumented-debugging-skill。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/minleev5/automated-instrumented-debugging-skill --skill automated-instrumented-debugging- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
automated-instrumented-debugging とは?
動的インストルメンテーションによる証拠収集を自動化する系統的なデバッグ機能。手動トレースが面倒な場合、または環境が制限されている場合に使用します。 ソース: minleev5/automated-instrumented-debugging-skill。
automated-instrumented-debugging のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/minleev5/automated-instrumented-debugging-skill --skill automated-instrumented-debugging インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/minleev5/automated-instrumented-debugging-skill
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01