Js Error Handler Auditor banner
rivet-dev rivet-dev

Js Error Handler Auditor

Security community

Description

--- name: js-error-handler-auditor description: Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations, event handlers, and callback functions. This agent should be used proactively when:\n\n<example>\nContext: User wants to improve error handling across their JavaScript codebase.\nuser: "Can you check if we're handling errors properly in our event listeners?"\nassistant: "I'll use the Task tool to launch the js-error-handler-auditor agent

Installation

Installs to ~/.claude/agents/rivet-dev-rivet-js-error-handler-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rivet-dev/rivet/HEAD/.claude/agents/js-error-handler-auditor.md -o ~/.claude/agents/rivet-dev-rivet-js-error-handler-auditor.md

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

Full documentation available on GitHub

View Source Repository