twd

Set up, write, run, and debug in-browser tests with TWD.

58|4|Updated Sep 4, 2025
One-click install
npx skills add https://github.com/BRIKEV/twd --skill twd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twd
Source: https://github.com/BRIKEV/twd/tree/main/skills/twd
Command: npx skills add https://github.com/BRIKEV/twd --skill twd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires twd-js, twd-relay, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of setting up, writing, running, and fixing in-browser tests for web applications, ensuring comprehensive validation and faster development cycles.

Core Features & Use Cases

  • Automated Setup: Integrates TWD testing framework into your project.
  • Test Generation: Writes flow-based tests for user journeys.
  • Execution & Debugging: Runs tests in the browser and automatically attempts to fix failures.
  • Use Case: You need to ensure your new e-commerce checkout flow is robust. This Skill will set up TWD, write tests covering adding items to the cart, entering shipping details, and completing the purchase, then run them and fix any issues.

Quick Start

Use the twd skill to set up TWD and write tests for the user login feature.

Frequently Asked Questions about twd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate in-browser tests for web applications?

Automate in-browser tests for web applications by orchestrating setup, test generation, execution, and debugging using the TWD framework to validate user flows.

What is the best way to write flow-based tests for user journeys?

Writing flow-based tests for user journeys is handled by generating tests that cover specific interactions like checkout flows, ensuring comprehensive validation of web applications.

Can I automatically fix failing web app tests?

Automated failure remediation attempts to fix failing web app tests by running them in the browser and automatically addressing issues encountered during execution.

Does TWD work with existing projects or does it require a fresh setup?

TWD works with existing projects by detecting project state and orchestrating TWD installation, integrating the testing framework into your current web application setup.

Do I need twd-js and twd-relay to run in-browser tests?

Yes, twd-js and twd-relay are required dependencies to run in-browser tests, enabling the framework to execute and debug tests for web applications.