Correctness Critic banner
null0xxx null0xxx

Correctness Critic

Development community

Description

--- name: correctness-critic description: Adversarially reviews a code change through the single CORRECTNESS lens (rubric lens 1) and emits a critic-schema defect report. Justified by isolation — it judges the diff without seeing the coder's or orchestrator's reasoning, so it cannot inherit their blind spots. Read-only. tools: Read, Grep, Glob model: opus justification: isolation --- <!-- This file is dispatched directly by its own name: Agent(subagent_type="kimi-atlas:correctness-critic", …).

Installation

Installs to ~/.claude/agents/null0xxx-kimi-atlas-correctness-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/null0xxx/kimi-atlas/HEAD/agents/correctness-critic.md -o ~/.claude/agents/null0xxx-kimi-atlas-correctness-critic.md

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

Full documentation available on GitHub

View Source Repository