·kaizen:root-cause-tracing
</>

kaizen:root-cause-tracing

実行の深いところでエラーが発生し、元のトリガーを見つけるためにトレースバックする必要がある場合に使用します。コールスタックを通じて体系的にバグを逆方向に追跡し、必要に応じてインストルメンテーションを追加して、無効なデータまたは不正な動作のソースを特定します。

77インストール·14トレンド·@neolabhq

インストール

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill kaizen:root-cause-tracing

kaizen:root-cause-tracing のインストール方法

コマンドラインで kaizen:root-cause-tracing AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/neolabhq/context-engineering-kit --skill kaizen:root-cause-tracing
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: neolabhq/context-engineering-kit。

Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom.

Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source.

Critical: Use console.error() in tests (not logger - may not show)

実行の深いところでエラーが発生し、元のトリガーを見つけるためにトレースバックする必要がある場合に使用します。コールスタックを通じて体系的にバグを逆方向に追跡し、必要に応じてインストルメンテーションを追加して、無効なデータまたは不正な動作のソースを特定します。 ソース: neolabhq/context-engineering-kit。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/neolabhq/context-engineering-kit --skill kaizen:root-cause-tracing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-02
更新日
2026-03-10

Browse more skills from neolabhq/context-engineering-kit

クイックアンサー

kaizen:root-cause-tracing とは?

実行の深いところでエラーが発生し、元のトリガーを見つけるためにトレースバックする必要がある場合に使用します。コールスタックを通じて体系的にバグを逆方向に追跡し、必要に応じてインストルメンテーションを追加して、無効なデータまたは不正な動作のソースを特定します。 ソース: neolabhq/context-engineering-kit。

kaizen:root-cause-tracing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/neolabhq/context-engineering-kit --skill kaizen:root-cause-tracing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/neolabhq/context-engineering-kit