·silent-failure-detection
</>

silent-failure-detection

yonatangross/orchestkit

LLM エージェントの静かな障害 (ツールのスキップ、意味不明な出力、無限ループ、品質の低下) を検出します。エージェントが動作しているように見えても、誤った結果が生成される場合に使用します。

7インストール·0トレンド·@yonatangross

インストール

$npx skills add https://github.com/yonatangross/orchestkit --skill silent-failure-detection

SKILL.md

Detect when LLM agents fail silently - appearing to work while producing incorrect results.

| Detection priority | Tool skipping > Gibberish > Loops > Anomalies | | Quality check | LLM-as-judge with heuristic pre-filter | | Loop threshold | 10 iterations or 3x baseline tokens | | Anomaly threshold | Z-score > 3.0 (99.7% confidence) | | Alert strategy | Alert on silent failure, not just errors |

| Tool Skipping | Expected vs actual tool calls | Critical | | Gibberish Output | LLM-as-judge + heuristics | High | | Infinite Loop | Iteration count + token spike | Critical | | Quality Degradation | Score < baseline | Medium | | Latency Spike | p99 > threshold | Medium |

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/yonatangross/orchestkit --skill silent-failure-detection
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-03
更新日
2026-02-18

クイックアンサー

silent-failure-detection とは?

LLM エージェントの静かな障害 (ツールのスキップ、意味不明な出力、無限ループ、品質の低下) を検出します。エージェントが動作しているように見えても、誤った結果が生成される場合に使用します。 ソース: yonatangross/orchestkit。

silent-failure-detection のインストール方法は?

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

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

https://github.com/yonatangross/orchestkit