ralph_run_tools
Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.
Instructions
Run external tool presets (test runners, linters, etc.).
Available presets:
javascript-test: Run npm test
javascript-lint: Run ESLint
python-test: Run pytest
python-lint: Run ruff
rust-test: Run cargo test
rust-lint: Run clippy
go-test: Run go test
build: Verify project builds
Use ralph_detect_tools to see which presets are available for your project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presets | Yes | List of tool preset names to run |