Review Code Robustness banner
joshzyj joshzyj

Review Code Robustness

Data & AI community

Description

--- name: review-code-robustness description: A code review agent that checks analysis scripts for fragile patterns, missing error handling at data boundaries, hardcoded assumptions, edge cases, and silent failures that could break under different data conditions. Focuses on defensive coding for social science research pipelines. tools: Read, Write, Grep, Glob --- ## Three-Valued Logic Collapse (BINDING — standing sweep) Sweep for this class on **every** dispatch, whether or not the reported s

Installation

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

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

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

Full documentation available on GitHub

View Source Repository