mutant
Mutation testing for Ruby that proves your tests actually work
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mutant?▼
Run `npx skills add mbj/mutant --all -g -y` in your terminal to install this skill globally for your AI agent.
What is mutation testing in Ruby?▼
Mutation testing automatically makes small changes to your code and checks if your tests fail as a result. If a change survives, your tests have a gap that mutant helps you close.
How do I fix an alive mutation?▼
Either add a test that fails against the mutated code, or accept the mutation as a code simplification. The skill walks your agent through both options until coverage hits 100%.
Does mutant work with RSpec, Minitest, and Rails?▼
Yes. Mutant supports RSpec, Minitest, and Test::Unit, and runs against Rails apps with parallel database isolation for PostgreSQL and SQLite.
Is mutant free to use?▼
It is free for open source projects with the --usage opensource flag. Commercial use requires a paid subscription per developer.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core