·systematic-debugging
</>

systematic-debugging

chriswiles/claude-code-showcase

根本原因分析を含む 4 段階のデバッグ方法。バグの調査、テストの失敗の修正、または予期しない動作のトラブルシューティングを行う場合に使用します。まず根本原因がなければ修正はできないことを強調します。

12インストール·0トレンド·@chriswiles

インストール

$npx skills add https://github.com/chriswiles/claude-code-showcase --skill systematic-debugging

SKILL.md

Never apply symptom-focused patches that mask underlying problems. Understand WHY something fails before attempting to fix it.

Key principle: Never fix problems solely where errors appear—always trace to the original trigger.

Critical rule: If THREE or more fixes fail consecutively, STOP. This signals architectural problems requiring discussion, not more patches.

根本原因分析を含む 4 段階のデバッグ方法。バグの調査、テストの失敗の修正、または予期しない動作のトラブルシューティングを行う場合に使用します。まず根本原因がなければ修正はできないことを強調します。 ソース: chriswiles/claude-code-showcase。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/chriswiles/claude-code-showcase --skill systematic-debugging
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

systematic-debugging とは?

根本原因分析を含む 4 段階のデバッグ方法。バグの調査、テストの失敗の修正、または予期しない動作のトラブルシューティングを行う場合に使用します。まず根本原因がなければ修正はできないことを強調します。 ソース: chriswiles/claude-code-showcase。

systematic-debugging のインストール方法は?

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

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

https://github.com/chriswiles/claude-code-showcase