Impact Auditor banner
gaurav0107 gaurav0107

Impact Auditor

Testing & QA community

Description

--- name: impact-auditor description: Refactor blast-radius auditor. Given a target symbol or refactor finding, lists every caller, classifies its execution context (Flask/FastAPI startup/CLI/task/test/unknown), and judges whether the proposed refactor is safe in every context. Emits impact_audit.json. Builder dispatches this before any apply_findings that changes a shared function. Blocks blindly applying a reviewer-suggested refactor that breaks one caller to fix another. tools: ["Read", "Bash

Installation

Installs to ~/.claude/agents/gaurav0107-superhuman-impact-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gaurav0107/superhuman/HEAD/agents/impact-auditor.md -o ~/.claude/agents/gaurav0107-superhuman-impact-auditor.md

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

Full documentation available on GitHub

View Source Repository