Phase 5/.qwen/skills/todo-validation-forms/SKILL.md
Zod + react-hook-form for task forms
npx skillsauth add abdulahadnauman20/hackathon-2-phase-5 Todo Form ValidationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Schema example: z.object({ title: z.string().min(1).max(200), description: z.string().max(1000).optional(), })
Show field errors, disable submit when invalid/loading.
tools
Changes title or description of an existing task
development
Security check, ownership, edge cases, test suggestions
development
FastAPI + SQLModel CRUD routes for tasks with strict user ownership
tools
Spinners, skeletons, empty messages