blacksmith-testbox

Coordinate warmup, remote execution, and artifact retrieval to reproduce CI results.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill blacksmith-testbox-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blacksmith-testbox
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/.agents/skills/blacksmith-testbox
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill blacksmith-testbox-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates code changes by enabling CI-parity checks when local environments are insufficient, reducing integration surprises.

Core Features & Use Cases

  • Remote CI parity checks for code changes that cannot be reliably tested locally.
  • Secrets/services provisioning, hosted environments, and reproducible builds/tests.
  • Real-world use: validate a patch against the exact CI workflow before merging.

Quick Start

Warm up a testbox and run your repository's test suite to validate changes against CI parity.

Frequently Asked Questions about blacksmith-testbox

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

FAQPage Schema
How do I validate code changes against remote CI parity when local execution is insufficient?

Remote CI parity validation uses a testbox to coordinate warmup, remote execution, and artifact retrieval. This reproduces the exact CI environment, including secrets and services, to validate code changes that cannot be reliably tested locally.

What is remote CI parity testing and when do I need it?

Remote CI parity testing reproduces CI-provisioned environments to validate code changes before merging. You need it when local execution is insufficient, such as workflows requiring specific secrets, hosted services, or reproducible builds across OpenClaw projects.

Can I reproduce CI failures across OpenClaw projects using a remote testbox?

Yes, you can reproduce CI failures across OpenClaw projects by coordinating warmup and remote execution through a testbox. It provisions the necessary CI environment, services, and secrets, then retrieves artifacts to accurately reproduce CI results.

Does CI parity testing work for workflows requiring secrets and hosted services?

Yes, CI parity testing supports workflows requiring secrets and hosted services. The remote testbox provisions CI-provisioned environments to ensure reproducible builds and tests that accurately validate your code changes before integration.

What are the limitations of using a remote testbox for CI parity checks?

The primary limitation is dependency on remote execution, which requires coordinating warmup and artifact retrieval. CI parity checks are specifically needed when local environments are insufficient, indicating local testing cannot fully substitute for this remote validation workflow.