Skip to content

testomatio/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testomatio AI Skills

AI skills for test management workflows with Testomat.io. These skills bring the power of AI coding agents to your testing process — design tests, automate them, review quality, track coverage, and sync everything with your test management system.

Quick Start

npx skills add testomatio/skills

Install

The easiest way to install these skills across supported AI agent (Cursor, Claude Code, VS Code / GitHub Copilot, Cline etc.) is using the skills CLI. It provides an interactive menu to select the skills you need and choose whether to install them globally or for your current project.

npx skills add testomatio/skills

To update your installed skills:

npx skills update

For other ways of installation (Claude Code plugin, Codex, Cursor etc.) see install details.

Available Skills

Test Management

Skill Description
generate-cases Generate test cases and checklists from requirements, tickets, or feature descriptions
improve-test-cases Analyze and improve existing markdown test cases for clarity
find-duplicate-cases Find duplicate, near-duplicate, and overlapping test cases
sync-cases Synchronize Markdown test scenarios between local project and Testomat.io
testomatio-flow Orchestrate complete test case lifecycle: generate, improve, analyze coverage, upload to TMS

Automation

Skill Description
reporter-setup Set up Testomat.io test reporting for your automation framework (Playwright, CodeceptJS, Jest, etc.)

Repository Structure

testomatio/skills
├── skills/                    # Agent-agnostic skills (canonical source)
│   ├── find-duplicate-cases/
│   ├── generate-cases/
│   ├── improve-test-cases/
│   ├── reporter-setup/
│   ├── sync-cases/
│   └── ...
└── plugins/                   # Claude Code plugin wrappers
    ├── test-management/
    │   └── skills/
    │       └── [symlinks to ../../skills/*]
    ├── test-automation/
    │   └── skills/
    │       └── [symlinks to ../../skills/*]
    └── ...

Links

About

Testing Skills for powerful QA workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors