·root-cause-tracing
</>

root-cause-tracing

faulkdev/github-copilot-superpowers

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

8インストール·0トレンド·@faulkdev

インストール

$npx skills add https://github.com/faulkdev/github-copilot-superpowers --skill root-cause-tracing

SKILL.md

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)

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

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/faulkdev/github-copilot-superpowers --skill root-cause-tracing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

root-cause-tracing とは?

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

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

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

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

https://github.com/faulkdev/github-copilot-superpowers