← all publishers

lalitmaganti

@lalitmaganti source repo

7 published skills

  1. Release · lalitmaganti
    release
    0
    installs
  2. Run Tests · lalitmaganti
    Run 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.
    0
    installs
  3. Run Codegen · lalitmaganti
    Regenerate 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.
    0
    installs
  4. Debug Formatter · lalitmaganti
    Debug a SQL formatter bug. Use when the user reports incorrect formatting, such as wrong whitespace, misplaced comments, or blank lines.
    0
    installs
  5. Parse · lalitmaganti
    Parse 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.
    0
    installs
  6. Format · lalitmaganti
    Format SQL files using the syntaqlite formatter. Use when the user wants to format, reformat, or pretty-print SQL code.
    0
    installs
  7. Validate · lalitmaganti
    Validate 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.
    0
    installs