spec
Find high-value tests and catch real production bugs
All Skills in This Repository (8)
Pure Emerald Level Indicatorsworkers-app-tester
Decompile APKs, intercept traffic, and analyze Android apps on rooted devices.
kani-proof
Develop and verify Kani-based formal proofs for Rust programs.
audit-context-building
Analyze codebases function-by-function to build architectural context for audits.
fuzzer
Automates coverage-guided fuzzing of C/C++, Rust, and Go targets.
skill-benchmark
Benchmark Claude Code skills against baselines using controlled eval sessions.
axiom-verify
Verify Lean 4 proofs via the Axiom Axle API.
solana-audit
Identify and score security vulnerabilities in Solana programs using a multi-phase audit workflow.
save
Convert an active conversation into a reusable YAML agent file.
Frequently Asked Questions
FAQPage SchemaHow to install workersio spec?โผ
Run `npx skills add workersio/spec --all -g -y` in your terminal to install the wio testing skill globally for your coding agent.
How to find which tests to write next?โผ
Run `$wio scan` on a target area and the agent maps product behavior, risk areas, and coverage gaps, then ranks the highest-value test candidates.
How to decide if a test is worth keeping?โผ
Use `$wio review` on any test file. It applies a strict value gate and returns KEEP, REDO, or REMOVE based on whether the test catches real regressions.
Does wio 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 wio fix a flaky or noisy test suite?โผ
Yes. Run `$wio doctor` to audit weak assertions, over-mocking, broad snapshots, flakes, and CI blind spots across your suite.
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