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

Terminal
claude install-skill https://github.com/ryanthedev/code-foundations/blob/main/agents/quick-checklist.md

Full documentation available on GitHub

View Source Repository