768 curated testing & debugging skills, agents, commands and plugins — from original author repos, ranked by GitHub signal.
trailofbits
Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.
trailofbits
> Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.