dotnet-slopwatch
✓Slopwatch を使用して、.NET コード変更における LLM 報酬ハッキングを検出します。コードを変更するたびに実行して、無効なテスト、抑制された警告、空の catch ブロック、実際の問題を隠すその他のショートカットを検出します。
SKILL.md
Use this skill constantly. Every time an LLM (including Claude) makes changes to:
"Slop" refers to shortcuts LLMs take that make tests pass or builds succeed without actually solving the underlying problem. These are reward hacking behaviors - the LLM optimizes for apparent success rather than real fixes.
| Disabled tests | [Fact(Skip="flaky")] | Hides failures instead of fixing them | | Warning suppression | #pragma warning disable CS8618 | Silences compiler without fixing issue | | Empty catch blocks | catch (Exception) { } | Swallows errors, hides bugs | | Arbitrary delays | await Task.Delay(1000); | Masks race conditions, makes tests slow |
Slopwatch を使用して、.NET コード変更における LLM 報酬ハッキングを検出します。コードを変更するたびに実行して、無効なテスト、抑制された警告、空の catch ブロック、実際の問題を隠すその他のショートカットを検出します。 ソース: aaronontheweb/dotnet-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-slopwatch- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-05
- 更新日
- 2026-02-18
クイックアンサー
dotnet-slopwatch とは?
Slopwatch を使用して、.NET コード変更における LLM 報酬ハッキングを検出します。コードを変更するたびに実行して、無効なテスト、抑制された警告、空の catch ブロック、実際の問題を隠すその他のショートカットを検出します。 ソース: aaronontheweb/dotnet-skills。
dotnet-slopwatch のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-slopwatch インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/aaronontheweb/dotnet-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-05