mutation-testing

Load and execute the canonical mutation-testing skill via OpenCode wrappers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill mutation-testing-ctimmerman-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mutation-testing
Source: https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others/tree/main/.cursor/skills/mutation-testing
Command: npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill mutation-testing-ctimmerman-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrapper around the canonical mutation-testing skill stored under .opencode/skills/mutation-testing to enable consistent deployment and activation through the OpenCode system.

Core Features & Use Cases

  • Provides a wrapper entry point that points to the canonical skill location.
  • Facilitates loading, validation, and execution of mutation-testing routines in standard project layouts.
  • Use case: Integrate mutation-testing into CI workflows by triggering the wrapper to run the canonical skill against a target codebase.

Quick Start

Run this wrapper to load and execute the canonical mutation-testing skill from the OpenCode repository.

Frequently Asked Questions about mutation-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run mutation testing in my software project?

You run mutation testing by invoking this wrapper to load the canonical skill from the .opencode directory, validating its configuration, and routing commands to execute mutation tests across your software project.

What is mutation testing and how does it verify code quality?

Mutation testing is a software testing technique that validates test suite effectiveness by automatically altering code and verifying if tests catch the changes, executed safely through the OpenCode wrapper system.

Can I integrate mutation testing into my CI workflows?

Yes, you can integrate mutation testing into CI workflows by triggering this wrapper to execute the canonical skill against your target codebase, ensuring consistent deployment and activation through the OpenCode system.

Do I need the OpenCode wrapper system to use this mutation testing skill?

Yes, using this skill requires the OpenCode wrapper system to load, validate, and execute the mutation-testing routines, adhering to wrapper conventions to ensure predictable and safe execution of the canonical skill.

What are the limitations of using a wrapper for mutation testing?

The wrapper is limited to loading the canonical SKILL.md, validating its first heading, and routing commands to the canonical mutation-testing skill, without adding additional testing logic or custom mutation strategies itself.