test-automation-category-pointer

Routes test automation tasks to nine specialized testing skills stored in a local vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill test-automation-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-automation-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/test-automation-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill test-automation-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index that points to nine specialized test automation skills stored in a hidden vault instead of loading them all upfront. ## Core Features & Use Cases - Skill Discovery: Lists nine test automation skills covering Android UI verification, browser automation, Playwright (Go, Java, Python), and E2E testing patterns. - On-Demand Loading: Instructs the agent to read the matching skill's SKILL.md from the vault path before executing any testing task. - Use Case: When asked to write Playwright tests in Java, the agent consults this pointer, locates the playwright-java skill in the vault, reads its instructions, and then scaffolds the test suite. ## Quick Start Ask the agent to handle a test automation task such as writing an end-to-end Playwright test, and it will load the matching specialized skill from the vault.

Frequently Asked Questions about test-automation-category-pointer

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

FAQPage Schema
How do I find the right test automation skill for my task?▼

Review the list of nine skills in this pointer, match your task to a skill name such as playwright-java or browser-automation, then read that skill's SKILL.md from the vault path to get its full instructions.

What test automation frameworks does this skill library cover?▼

The library covers Playwright in Go, Java, and Python, ADB-based Android UI verification, browser automation, AWT visual E2E testing with OpenCV and OCR, and general E2E testing patterns.

Where are the actual test automation skills stored?▼

The specialized skills are stored in a vault at /home/kienct/.config/opencode/skill-libraries/test-automation, with each skill in its own subdirectory containing a SKILL.md file.

Why does this pointer skill exist instead of loading skills directly?▼

It keeps startup context minimal by only listing skill names and summaries. The full instructions are loaded on demand from the vault only when a matching test automation task is identified.

Can I use Playwright with Java for enterprise E2E testing?▼

Yes, the playwright-java skill in the vault covers enterprise-grade Playwright tests in Java using Page Object Model, JUnit 5, Allure reporting, and parallel execution. Read its SKILL.md from the vault for details.