By workersio
Orchestrate high-value test discovery, strategy selection, focused implementation, realistic workload generation, strict review, and suite health diagnostics for your codebase.
Read-only WIO subagent for discovering high-value test or workload candidates before implementation. Use during `$wio scan`, `$wio workload`, or the discovery stage of `$wio test`.
Read-only WIO subagent for challenging the selected testing strategy before implementation. Use after candidate selection and before editing test files.
Read-only WIO subagent for reviewing a written test and deciding KEEP, REDO, or REMOVE. Use after `$wio test` edits a test, or when asked whether a test is valuable.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
We help your agents test edge cases in your software where rare production bugs hide.
Most AI-written tests optimize for coverage. They assert implementation details,
mock away the real risk, and pass even when the product breaks.
@workersio/skills gives coding agents a testing workflow that asks a stricter
question: will this test catch a real regression that users, operators,
reviewers, or maintainers care about?
@workersio/skills is one skill with five command modes:
$wio scan # Find high-value tests to add next.
$wio test # Run candidate discovery, strategy, implementation, and review.
$wio workload # Generate realistic, replayable workloads with new bug-finding value.
$wio review # Judge whether a test should be kept, redone, or removed.
$wio doctor # Audit suite health, weak assertions, flakes, mocks, and CI blind spots.
@workersio/skills is packaged for Codex and Claude Code today. The core skill
content is plain Markdown, so the testing workflow can also be adapted by other
coding agents that support project skills, instructions, or reusable prompts.
Direct skill install:
npx skills add workersio/skills
Codex plugin marketplace:
codex plugin marketplace add workersio/skills
Claude Code plugin marketplace:
claude plugin marketplace add workersio/skills
claude plugin install wio@workersio-skills
For local Codex plugin testing from this checkout:
codex plugin marketplace add .
| Area | What the agent gets |
|---|---|
| Test discovery | Maps product behavior, recent changes, existing tests, CI, and risk areas before choosing what to test. |
| Strategy selection | Chooses the right level: unit, component, integration, contract, E2E, workload, fuzz, property, mutation, resilience, or monitoring. |
| Test writing | Adds focused tests using the repository's own framework, naming, fixtures, helpers, and runner conventions. |
| Workload generation | Creates realistic, adversarial, seeded, replayable sessions or traffic that add coverage beyond wrappers and parameter sweeps. |
| Test review | Applies a strict value gate: KEEP, REDO, or REMOVE. Coverage alone is not enough. |
| Suite health | Finds weak assertions, over-mocking, broad snapshots, flakes, skipped tests, slow feedback loops, and CI blind spots. |
| Command | Use it when | Example |
|---|---|---|
$wio scan [target] | You do not yet know what to test. | $wio scan checkout |
$wio test [target] | You want the full write-and-review loop. | $wio test billing eligibility regression |
$wio workload [target] | The risk lives in realistic user, API, CLI, job, or load behavior. | $wio workload onboarding session |
$wio review [target] | A test exists and you need to decide whether it has real value. | $wio review tests/billing_eligibility_test.py |
$wio doctor [target] | The suite is hard to trust or maintain. | $wio doctor API test suite |
An approved test should answer:
npx claudepluginhub workersio/skills --plugin wioTrack and run regression tests to ensure new changes don't break existing functionality
Test execution, TDD workflow, testing strategies, and quality analysis
AI test generation with Ralph-loop quality gate: coder → reviewer → iterate
Analyze test failures, identify patterns, and suggest targeted fixes
TestForge - Master of quality assurance through intelligent test generation. Analyzes code behavior to auto-generate comprehensive tests that catch real bugs, not just boost coverage numbers. Supports Jest, Pytest, Vitest, and more.
QA skills for automation domain.