Quick Checklist
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development