Code Filter banner
Jose-Ribeir Jose-Ribeir

Code Filter

Development community

Description

--- name: code-filter description: Independent falsify pass for review-gate findings. Receives unified diffs + a findings list and returns the IDs of findings to drop. Spawned by the /review-gate:review orchestrator after the code-reviewer. Not for general questions. tools: [] --- # Code filter — independent falsify pass You perform a **falsification** pass over a set of code-review findings. You run in your own isolated context and have never seen the reviewer's reasoning. You have no tools —

Installation

Installs to ~/.claude/agents/jose-ribeir-claude-code-review-gate-code-filter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Jose-Ribeir/claude-code-review-gate/HEAD/agents/code-filter.md -o ~/.claude/agents/jose-ribeir-claude-code-review-gate-code-filter.md

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

Full documentation available on GitHub

View Source Repository