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.
npx skills add testomatio/skills
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/skillsTo update your installed skills:
npx skills updateFor other ways of installation (Claude Code plugin, Codex, Cursor etc.) see install details.
| 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 |
| Skill | Description |
|---|---|
reporter-setup |
Set up Testomat.io test reporting for your automation framework (Playwright, CodeceptJS, Jest, etc.) |
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/*]
└── ...