What problem does it solve?
This Skill removes the friction of validating local code on another machine by packaging your workspace, sending it over SSH, running the right remote command, and collecting the results.
Core Features & Use Cases
- Remote Workspace Sync: Uploads a local project directory to a remote host with SSH or SCP while respecting configurable exclude rules.
- Remote Test Execution: Activates the configured remote environment, infers a sensible validation command when needed, and runs it on the target machine.
- Artifact Retrieval: Pulls back logs, exit codes, and optional artifacts so you can inspect remote runs from your local workspace.
- Use Case: Use it when a dependency, dataset, GPU, or server-specific environment exists only on the remote machine and you need reliable validation before merging.
Quick Start
Use the ssh-upload-test skill to upload this workspace to the configured server, run the appropriate remote validation command, and bring back the logs and artifacts.