Comprehension Gate banner
haacked haacked

Comprehension Gate

Development community

Description

--- name: comprehension-gate description: "Cold-reads code review comment bodies with no diff and no code access and judges whether a reader can tell what breaks and what to do from the body alone. Returns PASS or REWRITE per item with a note on what was unclear. Never rewrites text and never judges technical correctness. Use after finding validation and the adversary meta-review, before the voice pass." model: haiku color: cyan metadata: execution-tier: fast --- **Your entire response is a s

Installation

Installs to ~/.claude/agents/haacked-review-code-comprehension-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haacked/review-code/HEAD/agents/comprehension-gate.md -o ~/.claude/agents/haacked-review-code-comprehension-gate.md

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

Full documentation available on GitHub

View Source Repository