Mutation Survivor Triage banner
sumithr sumithr

Mutation Survivor Triage

Testing & QA community

Description

--- name: mutation-survivor-triage description: Classifies mutmut survivors and produces a per-file action list. Use after `uv run mutmut run` when survivors > 0, before invoking sumo-qa-strengthening-tests. Returns a markdown report tagging each survivor as equivalent / tautology-killable / genuine-gap / infrastructure-noise with a recommended action. Does NOT modify production code or tests — strictly a triage step. tools: Bash, Read, Grep, Glob --- # mutation-survivor-triage You are a mutat

Installation

Installs to ~/.claude/agents/sumithr-sumo-qa-mutation-survivor-triage.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sumithr/sumo-qa/HEAD/.claude/agents/mutation-survivor-triage.md -o ~/.claude/agents/sumithr-sumo-qa-mutation-survivor-triage.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository