remote-build

Execute remote CCU2 and Yocto builds and integration tests via SSH with status reporting.

1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/jayleekr/jays-treasure-trove --skill remote-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-build
Source: https://github.com/jayleekr/jays-treasure-trove/tree/main/projects/common/skills/remote-build
Command: npx skills add https://github.com/jayleekr/jays-treasure-trove --skill remote-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Remote teams face slow feedback loops when building and testing large CCU2 or Yocto projects; this skill centralizes and automates these tasks on dedicated remote servers using Claude Code.

Core Features & Use Cases

  • Orchestrates builds for CCU2 and Yocto images from a single Claude Code workflow.
  • Runs integration tests on remote runners and aggregates results via the provided parser.
  • Supports multi-server orchestration, per-server status checks, and branch-aware workflows.

Quick Start

Use the remote-build skill to trigger a build on ccu2-builder, e.g. /remote-build container-manager on ccu2-builder.

Frequently Asked Questions about remote-build

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

FAQPage Schema
How do I automate Yocto image builds on a remote server?

You can automate Yocto image builds on a remote server by using Claude Code to orchestrate tasks over SSH. This skill manages branch selections and reports build status directly from designated build servers.

Can I run integration tests across multiple remote build servers simultaneously?

Yes, you can run integration tests across multiple remote servers simultaneously. The skill supports multi-server orchestration and parallel runs, aggregating the test results through a built-in parser.

How does Claude Code execute remote builds and tests via SSH?

Claude Code executes remote builds and tests via SSH by dispatching commands to designated build servers. It handles branch-aware workflows, checks per-server status, and summarizes results using a built-in parser.

What is the best way to manage CCU2 builds and integration tests for remote teams?

The best way to manage CCU2 builds and integration tests is to centralize them on dedicated remote servers. This skill automates execution, supports session resumption, and provides status reporting to reduce feedback loops.

Does this remote build skill support resuming interrupted build sessions?

Yes, the remote build skill supports session resumption. If an interrupted build session occurs, you can resume the workflow to continue execution on the designated build servers without restarting entirely.