Silent Failure Hunter banner
coleam00 coleam00

Silent Failure Hunter

Development community

Description

--- name: silent-failure-hunter description: Use this agent when reviewing code changes in a pull request 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. Examples:\n\n<example>\nContext: Daisy has just finished implementing a new feature that fetches data from

Installation

Installs to ~/.claude/agents/coleam00-agentic-chat-application-template-silent-failure-hunter.md

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