Run grok test for Datagrok packages and report results
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Run grok test for one or more Datagrok packages and provide a summary of results.
Instructions
Parse the user's input to extract:
One or more package names (required). These are directory names under public/packages/.
--host value (default: localhost)
Use --csv flag to get csv output
Check if npm install is needed
Check if package needs to be rebuilt. Compare /dist/*.js timestamp with the most recent timestamp in *.ts or *.js file in the package. If dist folder is newer, use --skip-build
Any extra grok test flags (--category, --test, --verbose, --skip-build, --gui, --no-retry, --benchmark, --tag)
For each package, run tests from the package directory using the Bash tool:
cd /c/Repos/Datagrok/public/packages/<PackageName> && node grok test --host <host> --no-retry [extra flags]
Use a timeout of 600000ms (10 minutes). Print output to console.
After all packages finish, provide a summary table with: