Quick Checklist banner
ryanthedev ryanthedev

Quick Checklist

Development community

Description

# Quick Review Checklist (99 Critical Checks) Focused on design, correctness, performance, and structure. Security/input validation deferred to full PR review. --- ## LLM Verification (5) Common mistakes when AI generates code. - [ ] LLM-1: Are all API/function names spelled correctly (no typos like `read_exel`)? - [ ] LLM-2: Do all called functions/methods actually exist in the libraries used? - [ ] LLM-3: Are function parameters correct (not hallucinated or deprecated)? - [ ] LLM-4: Are a

Installation

Installs to ~/.claude/agents/ryanthedev-code-foundations-quick-checklist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ryanthedev/code-foundations/HEAD/agents/quick-checklist.md -o ~/.claude/agents/ryanthedev-code-foundations-quick-checklist.md

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

Full documentation available on GitHub

View Source Repository