run-tests

star 782

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.

LalitMaganti By LalitMaganti schedule Updated 3/7/2026

name: run-tests description: 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. user_invocable: true

run-tests

Run tests to verify correctness after code changes.

Instructions

  1. Run Rust unit tests:

    tools/run-unit-tests
    
  2. Run integration tests:

    tools/run-integration-tests
    

    You can also run a specific suite:

    tools/run-integration-tests --suite ast
    tools/run-integration-tests --suite fmt
    tools/run-integration-tests --suite perfetto-fmt
    tools/run-integration-tests --suite perfetto-val
    tools/run-integration-tests --suite amalg
    tools/run-integration-tests --suite grammar
    

    Use tools/run-integration-tests --list to see all available suites.

  3. Report results to the user, including any failures with relevant output.

Install via CLI
npx skills add https://github.com/LalitMaganti/syntaqlite --skill run-tests
Repository Details
star Stars 782
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator
LalitMaganti
LalitMaganti Explore all skills →