Cr Silent Failure Hunter banner
MarceloCajueiro MarceloCajueiro

Cr Silent Failure Hunter

Development community

Description

--- name: cr-silent-failure-hunter description: Hunts silent failures in the PR diff — empty or overly broad catch blocks, fallbacks that mask errors, exceptions swallowed with no log and no user feedback. Spawn when the diff ADDS error handling (catch/rescue/except/recover, retry, fallback) or touches an external integration (HTTP, storage, queue, third-party API). Do NOT spawn when the diff's error handling is pre-existing and was only moved or reindented. model: inherit tools: Read, Grep, Glo

Installation

Installs to ~/.claude/agents/marcelocajueiro-agentic-cr-cr-silent-failure-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MarceloCajueiro/agentic-cr/HEAD/agents/cr-silent-failure-hunter.md -o ~/.claude/agents/marcelocajueiro-agentic-cr-cr-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