LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/LambdaTest/agent-skills --skill gauge-skill
or paste the link and ask your coding assistant to install it
https://github.com/LambdaTest/agent-skills/tree/main/gauge-skill
View on GitHub

What This Skill Does

Generates Gauge test specifications in Markdown and matching step implementations in Java, Python, JavaScript, Ruby, or C#. Gauge is ThoughtWorks' open-source framework that treats plain Markdown files as executable test scenarios. The skill also covers concepts, data tables, page objects, and CI/CD integration.

Gauge specs follow a specific Markdown structure with matching step decorators per language, and this skill produces both sides correctly so you skip the boilerplate lookup.

When to use it

  • Writing Gauge spec files with parameterized steps for login or checkout flows
  • Generating step implementation classes in Java or Python from scenario outlines
  • Setting up data-driven test scenarios using Gauge's Markdown table syntax
  • Creating reusable concept files to share common step sequences across specs
  • Configuring Gauge test runs on LambdaTest cloud with remote WebDriver