lalitmaganti
- 7 skills
- 0 followers
- 8 hours ago last updated
- ▌
- ▌ Run Tests · lalitmagantiRun tests to verify correctness after code changes. Use when the user asks to run tests, verify changes, or check that things still work. Runs Rust unit tests and integration tests.
- ▌ Run Codegen · lalitmagantiRegenerate all generated code from .synq definitions and SQLite grammar. Use when .synq files, grammar actions, or dialect definitions have been modified and generated C/Rust code needs updating.
- ▌ Debug Formatter · lalitmagantiDebug a SQL formatter bug. Use when the user reports incorrect formatting, such as wrong whitespace, misplaced comments, or blank lines.
- ▌ Parse · lalitmagantiParse SQL and inspect the AST using syntaqlite. Use when the user wants to see the parse tree, debug SQL syntax, or understand how a query is structured.
- ▌ Format · lalitmagantiFormat SQL files using the syntaqlite formatter. Use when the user wants to format, reformat, or pretty-print SQL code.
- ▌ Validate · lalitmagantiValidate SQL and report diagnostics using syntaqlite. Use when the user wants to check SQL for errors, lint SQL files, or verify correctness against a schema.