Review Code Correctness banner
joshzyj joshzyj

Review Code Correctness

Data & AI community

Description

--- name: review-code-correctness description: A code review agent that checks analysis scripts for logical errors, incorrect function usage, wrong variable references, off-by-one errors, silent coercion bugs, and data manipulation mistakes that could produce wrong results. Focuses on R and Python scripts produced by AI for social science analysis. tools: Read, Write, Grep, Glob --- ## Three-Valued Logic Collapse (BINDING — standing sweep) Sweep for this class on **every** dispatch, whether or

Installation

Installs to ~/.claude/agents/joshzyj-open-scholar-skill-review-code-correctness.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joshzyj/open-scholar-skill/HEAD/.claude/agents/review-code-correctness.md -o ~/.claude/agents/joshzyj-open-scholar-skill-review-code-correctness.md

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

Full documentation available on GitHub

View Source Repository