test

Generates and executes Playwright tests from interactive exploration, Linear tickets, or user descriptions.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Montinou/triqual --skill test-montinou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Montinou/triqual/tree/main/triqual-plugin/skills/test
Command: npx skills add https://github.com/Montinou/triqual --skill test-montinou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified test automation for Playwright: it turns manual test writing into an autonomous, learning workflow that generates, heals, and optimizes tests from multiple input modes.

Core Features & Use Cases

  • Autonomous test generation: Runs full loop from exploration to learning.
  • Multiple input modes: Accept interactive exploration, Linear ticket criteria, or plain descriptions.
  • Workflow automation: Context loading, pattern learning, planning, generation, healing, and optional promotion.

Quick Start

Invoke the test skill with a feature name to auto-generate production-grade Playwright tests from exploration, tickets, or descriptions.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate Playwright tests from Linear tickets or plain descriptions?

Playwright test generation from Linear tickets or plain descriptions uses context loading and pattern learning to produce production-ready end-to-end tests. The planner autonomously processes input criteria to output executable test code.

Can I automate Playwright test healing when UI changes break existing tests?

Playwright test healing loops automatically detect and repair broken selectors and assertions during execution. The healing workflow monitors failures, learns updated UI patterns, and regenerates test steps to maintain suite stability.

What is the best way to automate end-to-end test creation from interactive exploration?

End-to-end test creation from interactive exploration captures user actions and converts them into Playwright scripts. The learning workflow records exploration patterns, plans test flows, and generates optimized automation code.

Does this test automation approach require MCP integration for context loading?

MCP integration enables context loading and optional promotion workflows within the test automation process. The planner uses MCP to gather application context, learn patterns, and generate tests, though inputs can also be simple descriptions.

How do I promote generated Playwright tests into my CI workflow?

Promoting generated Playwright tests uses an optional workflow step after the healing loop validates them. The automation pipeline outputs production-grade tests ready for integration into continuous integration environments.

Why do my Playwright tests fail after minor UI updates, and can a learning loop fix them?

A learning loop fixes Playwright tests failing after UI updates by applying pattern recognition and healing loops. The workflow detects failures, learns new UI structures, and regenerates affected test steps automatically.