·mutation-test
</>

mutation-test

Esegui test di mutazione per convalidare la qualità del test oltre la copertura del codice. Da utilizzare quando si valuta l'efficacia dei test, si trovano test deboli o si convalida la qualità della suite di test.

0Installazioni·0Tendenza·@jmagly

Installazione

$npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test

Come installare mutation-test

Installa rapidamente la skill AI mutation-test nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: jmagly/ai-writing-guide.

Run mutation testing to measure test suite effectiveness. Mutation testing introduces small changes (mutants) to code and checks if tests catch them. High coverage with low mutation score indicates weak tests.

| Mutation Testing Theory | IEEE TSE (2019) | Papadakis et al. "Mutation Testing Advances" | | ICST Mutation Workshop | IEEE Annual | Mutation 2024 | | Stryker Mutator | Industry Tool | stryker-mutator.io | | PITest | Java Tool | pitest.org | | mutmut | Python Tool | github.com/boxed/mutmut |

| "Run mutation testing" | Execute mutation analysis | | "Check if my tests are effective" | Run mutation + analyze | | "Validate test quality" | Mutation score report | | "Are my tests catching real bugs?" | Mutation analysis | | "Find weak tests" | Identify low-score tests | | "Why did this bug escape tests?" | Mutation analysis on module |

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from jmagly/ai-writing-guide

Risposte rapide

Che cos'è mutation-test?

Esegui test di mutazione per convalidare la qualità del test oltre la copertura del codice. Da utilizzare quando si valuta l'efficacia dei test, si trovano test deboli o si convalida la qualità della suite di test. Fonte: jmagly/ai-writing-guide.

Come installo mutation-test?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

https://github.com/jmagly/ai-writing-guide