test-studio-script-runner
Installation
SKILL.md
Test Studio Script Runner
Use this skill when working with the Scripts tool in dev/test-studio.
Key Files
- Tool plugin:
dev/test-studio/src/script-runner/index.tsx - Runner UI:
dev/test-studio/src/script-runner/ScriptRunnerTool.tsx - Script registry:
dev/test-studio/src/script-runner/registry.ts - Script contract:
dev/test-studio/src/script-runner/types.ts - Script modules:
dev/test-studio/src/script-runner/scripts/*/index.ts - Agent-facing docs:
dev/test-studio/src/script-runner/README.md
Read README.md and types.ts before changing the runner or adding scripts.
What The Tool Does
The runner is a Sanity Studio custom tool registered in the kitchen-sink workspace.