running-tests

Execute tests in isolation within the opencode-swarm ecosystem.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/djimit/djimitflo --skill running-tests-djimit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: running-tests
Source: https://github.com/djimit/djimitflo/tree/main/.opencode/skills/running-tests
Command: npx skills add https://github.com/djimit/djimitflo --skill running-tests-djimit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and optimize the execution of tests in the opencode-swarm environment, preventing common pitfalls and ensuring test sessions do not fail due to excessive fan-out or scope issues.

Core Features & Use Cases

  • Scope Safety Rules: Enforces safe execution by preventing excessive fan-out across multiple files, which can cause session termination.
  • Isolation Loops: Provides bash and PowerShell scripts for running tests in isolation to prevent interference and failures.
  • Failure Classification: Guides on classifying and handling test failures, including pre-existing failures and new regressions.

Quick Start

Run tests in isolation for a single file using the bash loop provided in the SKILL.md.

Frequently Asked Questions about running-tests

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

FAQPage Schema
How do I run tests in isolation to prevent interference in complex environments?▼

Running tests in isolation uses provided bash and PowerShell scripts to execute single files sequentially, preventing cross-interference and failures in complex test setups.

Why does my test session terminate unexpectedly during execution?▼

Test sessions terminate due to excessive fan-out across multiple files. Scope safety rules enforce strict execution limits to prevent this and keep sessions alive.

How do I classify test failures to identify new regressions versus pre-existing issues?▼

Failure classification guides categorize test failures by distinguishing pre-existing failures from new regressions, enabling targeted handling and resolution.

Can I use scope management rules for test execution in opencode-swarm?▼

Yes, scope management rules apply to opencode-swarm by enforcing granular control over test execution, preventing session kills caused by scope issues.

What's the best way to handle test execution safety when running multiple files?▼

The best way is enforcing strict scope limits to prevent excessive fan-out across files, combined with isolation loops for safe, sequential execution.

Do I need PowerShell to run isolation scripts for test execution?▼

No, isolation scripts are provided in both bash and PowerShell formats, allowing test execution in isolation across different scripting environments.