mutation-testing

仓库创建 2026年1月15日最近提交 10 小时前SkillHot 收录 21 天前
▸ 精选理由

能显著优化繁重的变异测试运行并节约时间成本

▸ 风险提示

可能触发长时高资源消耗的测试任务

这个 Skill 做什么

配置与优化 mewt/muton 的变异测试活动,包括范围、超时与调度

负责配置和优化 mewt 或 muton 的变异测试活动,把测试目标范围、超时、并发和调度策略调好,适合要跑大规模或长期的 mutation testing 时使用。用在想提高测试效率、降低误报、或控制测试成本的时候最有用。特点是同时兼容 mewt(多语言)和 muton(TON 智能合约),配置建议可直接落地执行。

▸ 展开 SKILL.md 英文原文

Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.

开发编程变异测试测试优化mewt/muton通用
6.3k
Stars
543
Forks
40
仓库内 Skill
+282
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trailofbits/skills/main/plugins/mutation-testing/skills/mutation-testing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trailofbits/skills/main/plugins/mutation-testing/skills/mutation-testing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Mutation Testing — Campaign Configuration (mewt/muton)

> **Note**: muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use `mewt` commands, but they work exactly the same with `muton`. File names change accordingly: `mewt.toml` → `muton.toml`, `mewt.sqlite` → `muton.sqlite`.

## When to Use

Use this skill when the user:
- Mentions "mewt", "muton", or "mutation testing"
- Needs to configure or optimize a mutation testing campaign
- Wants to run `mewt run` and needs help getting set up first

## When NOT to Use

Do not use th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有