scena-remote-builder

Coordinate local Rust work with a Hetzner CPU builder for cargo validation gates.

18|1|Updated May 7, 2026
One-click install
npx skills add https://github.com/johannesPettersson80/scena --skill scena-remote-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scena-remote-builder
Source: https://github.com/johannesPettersson80/scena/tree/main/.codex/skills/scena-remote-builder
Command: npx skills add https://github.com/johannesPettersson80/scena --skill scena-remote-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating heavy Rust builds and validation gates across local work and a remote CPU builder to ensure consistent, reproducible results.

Core Features & Use Cases

  • Automates syncing local work to a Hetzner CPU builder and runs cargo check, build, fmt, clippy, tests, docs, doctor, and publish dry-run.
  • Enforces gate workflows and reports pass/fail statuses with timing and remote git status.
  • Supports safe, pre-merge validation for production-grade Rust projects requiring deterministic builds.

Quick Start

SSH into the Hetzner builder and run the recommended gates to verify your changes.

Frequently Asked Questions about scena-remote-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run cargo check and clippy on a remote builder for Rust projects?

You can automate remote Rust builds by syncing local work to a Hetzner CPU builder and running cargo check, fmt, clippy, tests, docs, and publish dry-run through coordinated SSH gate workflows.

What is the best way to validate heavy Rust builds before merging?

Enforcing remote gate workflows on a Hetzner CPU builder validates heavy Rust builds before merging by running deterministic cargo checks and reporting pass/fail statuses with timing and remote git status.

How does remote checkout synchronization work for CI-like Rust build gates?

Remote checkout synchronization works by coordinating local workspace changes with the remote Hetzner builder repository, enforcing safe handling of build artifacts and remote workspace constraints prior to gate runs.

Can I use a Hetzner CPU builder for cargo publish dry-runs and documentation checks?

Yes, you can use a Hetzner CPU builder to run cargo publish dry-runs, documentation checks, and fmt validation by automating the workspace synchronization and executing the recommended remote build gates.

Why do I need SSH gateway usage for remote Rust build automation?

SSH gateway usage is required for remote Rust build automation to securely coordinate local work with the remote Hetzner CPU builder and safely handle build artifacts during gate workflows.