skills
High-value software test discovery, writing, and review
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core