How to test and verify work in the dev-3.0 repo — which vitest config covers what, how to write a test that fits the house style, mocking Electrobun RPC and i18n providers, what coverage is actually expected, and the browser QA hand-off. Use when writing or fixing tests, deciding what a change needs covered, hitting a failing or flaky suite, or preparing a change for review. Triggers — "write tests for this", "which config runs this", "how do I mock the RPC", "is this covered enough", "the suite is failing".
$npx -y skills add h0x91b/dev-3.0 --skill verify-changesInstalls into the current project.
Run `npx skills use "https://github.com/h0x91b/dev-3.0" --skill "h0x91b/dev-3.0/verify-changes"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/h0x91b/dev-3.0" that are relevant to the current task. Run `npx skills add "https://github.com/h0x91b/dev-3.0"` and select the relevant skills, then follow their instructions.