mutation-test-runnerRun mutation testing to measure real test suite effectiveness. Inject code mutations (flip conditions, remove calls, change returns), run tests against mutan...
Install via ClawdBot CLI:
clawdbot install charlie-morrison/mutation-test-runnerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 13, 2026
An online retailer with high line coverage but production bugs in checkout uses mutation testing to verify that tests catch boundary condition bugs (e.g., tax calculation threshold) and missing validation of payment gateway calls. This reduces escaped defects and customer complaints.
A financial services firm must prove test suite effectiveness for compliance. Mutation testing reveals that authorization checks and input validation are not adequately tested, enabling targeted test improvements to meet regulatory requirements and prevent security breaches.
A health-tech company uses mutation testing to ensure patient data processing logic (e.g., dosage calculation, appointment scheduling) is robust. Tests are added for edge cases like null patient IDs or off-by-one date comparisons, improving patient safety.
A B2B SaaS provider integrates mutation testing into CI pipeline, setting a minimum mutation score gate (e.g., 80%) for pull requests. This prevents merging code that weakens test effectiveness, maintaining high software quality as the platform scales.
An automotive software supplier employs mutation testing on embedded control logic to validate that failure-mode and off-by-one errors are caught by unit tests. This aligns with safety standards (e.g., ISO 26262) and reduces risk of software-induced recalls.
Offer the mutation testing skill as a premium feature integrated into a CI/CD platform, charging per repository per month or based on the number of mutants run. This scales with customer usage and provides recurring revenue.
Deliver consulting services to enterprises for setting up mutation testing, analyzing report results, and writing targeted tests. This includes training sessions and baseline establishment for CI pipelines.
Provide a free open-source mutation testing tool with core functionality, then charge for enterprise features like advanced reporting dashboards, automated test generation for surviving mutants, and priority support.
💬 Integration Tip
Integrate into CI pipeline as a quality gate after unit tests pass, and consider running mutation testing on a subset of critical modules first (e.g., high-risk, low-score files) to manage time and computational cost.
Scored May 13, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.