imbue-aiimbue-aiOfficialยท3 Agent Skills Included

offload

Parallel test execution across local and cloud sandboxes

Runs large test suites in parallel across local processes or remote Modal cloud sandboxes. Supports pytest, cargo nextest, vitest, and custom runners with automatic retries, flaky test detection, and JUnit reporting. Eliminates slow sequential test runs and manual CI waiting with smart caching and checkpoint-based image builds. Includes guided onboarding, benchmarking, and release workflows to set up and verify projects quickly.
npx skills add imbue-ai/offload --all -g -y
Available:

Assigns your AI agent a role (coordinator, coder, judge, or reviewer) and enforces strict rules for task delegation, atomic commits, and quality checks when working in this repository.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Offload?โ–ผ

Run `npx skills add imbue-ai/offload --all -g -y` in your terminal to install all skills in this suite globally.

What does Offload do?โ–ผ

Offload is a parallel test runner that distributes your test suite across multiple sandboxes, either locally or on Modal cloud, cutting test runtimes by up to 6x compared to standard local runs.

Which test frameworks does Offload support?โ–ผ

It supports pytest, cargo nextest, and vitest out of the box, plus any custom test runner through its generic default framework with configurable discovery commands.

How does Offload handle flaky tests?โ–ผ

You can configure per-group retry counts, and any test that passes on retry is flagged as flaky with a distinct exit code so intermittent failures never block your pipeline.

Can I use Offload without a Modal account?โ–ผ

Yes. The local provider runs tests in parallel processes on your own machine, while the Modal provider is only needed for scaling out to remote cloud sandboxes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’