BRIKEVBRIKEVOfficialยท4 Agent Skills Included

twd

In-browser frontend testing with instant visual feedback

Runs frontend tests directly inside your real browser with a live sidebar showing instant pass/fail results. Eliminates separate test environments, heavy setup, and mocks that silently drift from real APIs. Lets coding assistants write, run, and fix tests automatically, and validates mocks against OpenAPI specs in CI.
npx skills add BRIKEV/twd --all -g -y
Available:

Gives your AI agent the project architecture, commands, and testing conventions it needs to write and run TWD browser tests correctly in this repository.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install TWD?โ–ผ

Run `npx skills add BRIKEV/twd --all -g -y` in your terminal to install all skills in this suite globally.

What is TWD used for?โ–ผ

TWD runs frontend tests inside your real browser against the same DOM your users see, with a sidebar that shows results instantly as you code.

Which frameworks does TWD support?โ–ผ

It works with React, Vue, Angular, Solid, Astro, Nuxt, HTMX, and vanilla JS, on Vite, Webpack, or a CDN.

Can an AI agent write and run TWD tests?โ–ผ

Yes. TWD connects to coding assistants via a WebSocket bridge so the agent writes tests, runs them in the browser, and fixes failures automatically.

Does TWD work in CI pipelines?โ–ผ

Yes. The twd-cli package runs tests headlessly in CI with coverage reports and OpenAPI contract validation to catch mock drift.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’