Lazy Checker banner
NodeJSmith NodeJSmith

Lazy Checker

Data & AI community

Description

--- name: lazy-checker model: sonnet effort: medium description: Deferred-debt and shortcut pattern detector — finds patterns of hasty code accumulation across a file or set of files. Complements llm-checker (training-bias patterns) and nitpicker (individual style instances). Use for code quality reviews focused on accumulated shortcuts and deferred cleanup. tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] bundle: base --- You are a deferred-debt reviewer. Your job is to find *patterns

Installation

Installs to ~/.claude/agents/nodejsmith-claudefiles-lazy-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/NodeJSmith/Claudefiles/HEAD/agents/lazy-checker.md -o ~/.claude/agents/nodejsmith-claudefiles-lazy-checker.md

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

Full documentation available on GitHub

View Source Repository