Running Tests
SkillFiles & storageCodex adapter for safely executing opencode-swarm tests. Use whenever Codex needs to run focused tests, per-file isolation loops, CI-equivalent validation, test-impact checks, or diagnose failing/truncated test output without stalling the session.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Running Tests skill
What this skill tells your AI
The instructions your AI receives, as published by zaxbyhub/opencode-swarm in .agents/skills/running-tests/SKILL.md and read by ahel’s review.
Use this adapter when executing tests in opencode-swarm. For writing tests, load $writing-tests instead.
Read, in order:
AGENTS.md.opencode/skills/running-tests/SKILL.md
Codex-specific execution notes:
- Use the available shell execution tool for
bun --smol testand PowerShell/bash loops. - Prefer
rgand repo scripts to rediscover exact commands from source. - Capture long output to a temp file when needed and report the important tail or failure lines.
- Do not use broad OpenCode
test_runnerscopes for repo validation. - On Windows, if Bun reports
EPERMafter a forced dependency refresh, rerun the same focused command with approved/elevated access before treating it as a test failure.
Default rule: one source file or one explicit test file can be targeted narrowly; multiple files or directories should use shell loops or the documented tier commands.
Signals
- GitHub stars
- 467
- Forks
- 51
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
running-tests-zaxbyhub- Source
- github.com/zaxbyhub/opencode-swarm