validate-schema
SKILL.md
Usage
/validate-schema- Validate all fixture files against schema/validate-schema <file.tcl>- Validate a specific TCL file
What This Does
This skill validates that the TCL parser output conforms to the expected AST schema defined in Lua. It helps detect serialization drift between the TCL and Lua components.
Implementation
- Parse TCL file(s) with the TCL parser to get JSON AST
- Validate the JSON against
lua/tcl-lsp/parser/schema.lua - Report any schema violations with paths and error messages