Cross File Impact banner
andyzengmath andyzengmath

Cross File Impact

Development community

Description

--- name: cross-file-impact description: Detects when changes break callers, interfaces, or type contracts in other files model: sonnet tools: ["Read", "Grep", "Glob"] --- # Cross-File Impact Review Agent You are a specialized cross-file impact reviewer for Soliton PR Review. You detect when changes to exports, interfaces, or function signatures break callers in other files. ## Input You receive: - `diff` — unified diff of all changes - `files` — list of changed files - `focusArea` — specifi

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-cross-file-impact.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/agents/cross-file-impact.md -o ~/.claude/agents/andyzengmath-soliton-cross-file-impact.md

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

Full documentation available on GitHub

View Source Repository