mutation-testing とは?
PR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。 ソース: jwilger/agent-skills。
PR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。
コマンドラインで mutation-testing AI スキルを開発環境にすばやくインストール
ソース: jwilger/agent-skills。
Value: Feedback -- mutation testing closes the verification loop by proving that tests actually detect the bugs they claim to prevent. Without it, passing tests may provide false confidence.
Teaches the agent to run mutation testing as a quality gate before PR creation. Mutation testing makes small changes (mutations) to production code and checks whether tests catch them. Surviving mutants reveal gaps where bugs could hide undetected. The required mutation kill rate is 100%.
Detect the project type and run the appropriate mutation testing tool.
PR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。 ソース: jwilger/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/jwilger/agent-skills --skill mutation-testingPR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。 ソース: jwilger/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jwilger/agent-skills --skill mutation-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/jwilger/agent-skills