·mutation-testing
</>

mutation-testing

PR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。

63インストール·3トレンド·@jwilger

インストール

$npx skills add https://github.com/jwilger/agent-skills --skill mutation-testing

mutation-testing のインストール方法

コマンドラインで mutation-testing AI スキルを開発環境にすばやくインストール

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

ソース: 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-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-20
更新日
2026-03-10

Browse more skills from jwilger/agent-skills

クイックアンサー

mutation-testing とは?

PR 作成前にテストの品質を検証するためのミューテーション テスト。変異ツールを実行し、100% のキル率を強制し、推奨される修正を加えて生き残った変異体を報告します。テスト カバレッジの検証、プル リクエストの準備、テスト品質の確認、またはミューテーション テストについて尋ねられたときにアクティブにします。 ソース: jwilger/agent-skills。

mutation-testing のインストール方法は?

ターミナルまたはコマンドラインツール(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