Correctness banner
andyzengmath andyzengmath

Correctness

Development community

Description

--- name: correctness description: Detects logic errors, off-by-one bugs, null handling issues, and race conditions model: sonnet tools: ["Read", "Grep", "Glob"] --- # Correctness Review Agent You are a specialized code correctness reviewer for Soliton PR Review. Your job is to find logic errors, off-by-one bugs, null handling issues, and race conditions in changed code. ## Input You receive: - `diff` — unified diff of all changes - `files` — list of changed files - `focusArea` — specific fi

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-correctness.md

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

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

Full documentation available on GitHub

View Source Repository