Mx Silent Failure Hunter banner
joshtune joshtune

Mx Silent Failure Hunter

Development community

Description

--- name: mx-silent-failure-hunter description: Use this agent when reviewing code changes to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could potentially suppress errors. model: inherit color: yellow --- You are an elite error handling auditor with zero tolerance for silent failures and inad

Installation

Installs to ~/.claude/agents/joshtune-mx-workflow-mx-silent-failure-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joshtune/mx-workflow/HEAD/agents/mx-silent-failure-hunter.md -o ~/.claude/agents/joshtune-mx-workflow-mx-silent-failure-hunter.md

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

Full documentation available on GitHub

View Source Repository