Test Engineer Skill

Automate end-to-end web testing with Playwright and auto-fix failures.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/nopkhun/KO-STOCK-SYSTEM --skill test-engineer-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Engineer Skill
Source: https://github.com/nopkhun/KO-STOCK-SYSTEM/tree/main/.gemini/skills/test-engineer
Command: npx skills add https://github.com/nopkhun/KO-STOCK-SYSTEM --skill test-engineer-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating, running, and fixing end-to-end tests for web applications using Playwright, ensuring application stability and reducing manual testing effort.

Core Features & Use Cases

  • Automated Test Generation: Generate Playwright tests from UI interactions.
  • Auto-Fix Loop: Automatically attempts to fix failing tests and re-runs them.
  • Human-Readable Reports: Generates clear HTML reports for test results.
  • Language Adaptation: Error messages can adapt to the project's language settings.
  • Use Case: A developer can use this skill to automatically generate tests for a new feature, run them, and have the skill attempt to fix common issues before reporting back, significantly speeding up the development cycle.

Quick Start

Run all automated tests using the command /toh-test.

Frequently Asked Questions about Test Engineer Skill

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

FAQPage Schema
How do I automate Playwright end-to-end test generation for web applications?

Automated Playwright test generation creates end-to-end tests from UI interactions. This skill generates tests for page rendering, form validation, user flows, and responsive design checks, then produces human-readable HTML reports.

Can Playwright automatically fix failing end-to-end tests?

Playwright auto-fixing analyzes failing tests, suggests fixes, and re-runs them automatically. This skill implements an auto-fix loop that attempts to resolve test failures up to three times before reporting back.

What testing patterns does automated Playwright testing support?

Automated Playwright testing supports page rendering, form validation, user flows, and responsive design checks. These testing patterns cover core web application interactions for end-to-end validation.

How do I run all automated tests at once using Playwright?

Run all automated tests using the /toh-test command. This executes the complete Playwright test suite, triggers the auto-fix loop for failures, and generates human-readable HTML reports.

What are the limitations of automated Playwright test fixing?

Automated Playwright test fixing is limited to three retry attempts. The auto-fix loop analyzes failures and suggests fixes up to a maximum of three times before stopping and reporting the remaining failures.