Offload provides a parallel test runner that distributes test execution across sandboxes (local processes or remote Modal environments). This skill teaches how to invoke Offload, read run summaries and logs, debug failures, and tune retry/config groups for flaky tests. Concrete examples cover calling existing project wrappers, using offload run with common flags, and fallbacks when sandboxes are unavailable.
Use this skill when running integration or end-to-end suites, when total test runtime is large (>~2 minutes), when multiple contributors compete for local CPU, or when a repository contains offload.toml or offload invocations in build scripts. Avoid for single-test TDD loops or when tests rely on local-only hardware.
offload run, offload logs, offload collect, config group examples for retries, and common failure patterns and fixes.Best used by code-capable assistants (Copilot/Codex/Gemini/Claude Code) that can edit configs and suggest CLI invocations or CI changes.
Offload is a parallel test runner skill that distributes test execution across local/Modal sandboxes. The SKILL.md is comprehensive with clear invocation patterns, debugging guides, failure pattern tables, and config reference. No bundled scripts — purely instructional. Clean security posture with no risky patterns detected.
Well-crafted skill for a niche tool. The documentation quality is high — clear trigger conditions, progressive disclosure, and practical troubleshooting tables. Only concern is auto-push of git notes which could be unexpected in some workflows.