workersioworkersioOfficialยท2 Agent Skills Included

skills

High-value software test discovery, writing, and review

Finds high-value test candidates, writes focused tests, and generates realistic replayable workloads that catch real regressions. Reviews existing tests with a strict KEEP, REDO, or REMOVE gate and audits suites for weak assertions, flakes, and over-mocking. Eliminates coverage-padding tests that pass while the product breaks, so teams ship with genuine release confidence.
npx skills add workersio/skills --all -g -y
Available:

Tells the agent where the wio skill, references, and subagents live, and enforces strict test-value rules such as marking low-value tests REDO or REMOVE while keeping the main agent in charge of final decisions.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install workersio skills?โ–ผ

Run `npx skills add workersio/skills --all -g -y` in your terminal to install the wio testing skill globally.

How to find which tests to write next?โ–ผ

Run `$wio scan` on a target area and it ranks high-value test candidates by user impact, risk, and cost based on your actual code.

Can it review my existing tests?โ–ผ

Yes. `$wio review` judges each test on real value and returns KEEP, REDO, or REMOVE, while `$wio doctor` audits suite health, flakes, and weak assertions.

Does it work with Claude Code and Codex?โ–ผ

Yes. It ships as a plugin for Claude Code and Codex, and the plain Markdown skill also works with Cursor, Copilot, and Gemini.

Can it generate realistic test workloads?โ–ผ

Yes. `$wio workload` creates seeded, replayable user sessions with adversarial edge cases and invariants that expose bugs normal tests miss.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’