testing-skills

June 23, 2026 · View on GitHub

testing-skills

Testing framework skills — Jest, Vitest, Cypress, Playwright, Selenium

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Testing Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 9 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/testing-skills

Or install specific skills: npx skills add full-stack-skills/testing-skills --skill <skill-name>

🎯 Skills (9)

SkillDescription
appiumProvides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures...
cypressProvides comprehensive guidance for Cypress end-to-end testing including commands, assertions, component testing, CI/...
detoxProvides comprehensive guidance for Detox mobile testing framework including React Native testing, E2E testing, and t...
jestProvides comprehensive guidance for Jest testing framework including test writing, matchers, async testing, mocking, ...
junitProvides comprehensive guidance for JUnit testing framework including test annotations, assertions, test lifecycle, a...
playwrightProvides comprehensive guidance for Playwright testing including browser automation, test writing, page objects, and ...
pytestProvides comprehensive guidance for pytest testing framework including test writing, fixtures, parametrization, mocki...
seleniumProvides comprehensive guidance for Selenium WebDriver including browser automation, element location, waits, and tes...
vitestProvides comprehensive guidance for Vitest testing framework including fast test execution, Vite integration, compone...

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/testing-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/testing-skills.git
cp -r testing-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.