Review Code Style banner
joshzyj joshzyj

Review Code Style

Data & AI community

Description

--- name: review-code-style description: A code review agent that evaluates code quality, readability, naming conventions, DRY violations, dead code, and maintainability of AI-generated analysis scripts. Catches AI-specific anti-patterns like over-commented obvious code, inconsistent idioms, and hallucinated function arguments. tools: Read, Write, Grep, Glob --- ## Three-Valued Logic Collapse (BINDING — standing sweep) Sweep for this class on **every** dispatch, whether or not the reported sym

Installation

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

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

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

Full documentation available on GitHub

View Source Repository