init

Analyze repository structure and generate a tailored triqual.config.ts configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes Triqual for a project by analyzing the repository, detecting tests and structure, and generating a tailored configuration to bootstrap automation.

Core Features & Use Cases

  • Automatically analyzes project structure, test directories, dependencies, and authentication needs to produce a ready-to-run Triqual setup.
  • Generates key configuration files (triqual.config.ts) and contextual docs to align with the project's layout.
  • Supports first-time setups and major restructures, ensuring consistent configuration across teams.

Quick Start

Run /init to analyze the repository and generate the initial Triqual configuration.

Frequently Asked Questions about init

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

FAQPage Schema
How do I auto-configure a Triqual setup for an existing project?

To auto-configure a Triqual setup, run the /init command. It analyzes your repository structure, detects existing test patterns and dependencies, and generates a tailored triqual.config.ts file to bootstrap automation.

What does automated project analysis detect when generating a configuration?

Automated project analysis detects the repository layout, test directories, known dependencies, and authentication needs. It uses this information to produce contextual docs and a ready-to-run configuration tailored to your specific project structure.

Can I use automated configuration generation after a major repository restructure?

Yes, you can use automated configuration generation after a major repository restructure. It re-analyzes the updated project layout and regenerates the Triqual configuration, ensuring consistent setup and alignment across your team.

Do I need existing test patterns to initialize Triqual configuration?

You do not need existing test patterns to initialize Triqual configuration. The analysis relies on your project layout and known dependencies to generate the setup, guiding you through discovery and environment mapping even for first-time setups.

What is the best way to bootstrap automation for a Playwright project?

The best way to bootstrap automation for a Playwright project is to run an initialization command that analyzes your repository. It maps your environment and authentication strategy to generate a tailored configuration for your specific testing framework.

How does environment mapping work when setting up project automation?

Environment mapping works by analyzing your repository structure and existing dependencies during the setup process. It identifies authentication strategies and environment variables to generate a tailored configuration that aligns with your project's layout.