What problem does it solve? When learning to build projects from scaffolds, it's hard to know whether your implementations are actually correct, complete, or riddled with subtle bugs. This Skill audits your work against the scaffold's intent and gives you an honest, prioritized grade instead of vague reassurance. ## Core Features & Use Cases - TODO-to-implementation comparison: Finds every # TODO(<owner>): marker, checks whether the body is still a stub or real code, and grades real code against the stated intent. - Smoke test execution: Detects the project shape (FastAPI app, pytest config, settings module) and runs the appropriate smoke chain with timeouts to verify the code actually runs. - Known bug pattern detection: Flags recurring mistakes like async/sync mismatches, SQLAlchemy ORM/Core mixing, Pydantic v1 leftovers, and module-level singletons. - Use Case: You finished Phase 2 of a scaffolded FastAPI project and type /grade. The Skill reads the spec, cats each scaffolded file, runs the health-check smoke, and returns a grade card with a B+, two must-fix bugs, and a recommended next step. ## Quick Start Type /grade or ask "grade my Phase 2 work" to audit your scaffolded project and receive an honest grade card with prioritized fixes.