AI-powered test automation skills — ship with confidence by letting your coding agent verify, test, and iterate autonomously.
Single source of truth for every agent (Claude Code, Cursor, Codex, and 40+ more). Install skills with skills and the MCP server with add-mcp.
All skills depend on the Shiplight MCP server. Install it once for your agent (see Install below), or run:
npx add-mcp "npx -y @shiplightai/mcp@latest" -n shiplight --env PWDEBUG=console| Skill | Purpose |
|---|---|
/verify |
Visually confirm UI changes in the browser after a code change |
/create-tests |
Spec-driven E2E test creation: plan, scaffold, and write YAML tests by walking through the app |
/triage |
Reproduce failing E2E tests, diagnose root causes, fix YAML, and report app bugs |
/cloud |
Sync local tests with Shiplight cloud for scheduled runs, team collaboration (subscription required) |
| Skill | Purpose |
|---|---|
/review |
Orchestrator that recommends the right reviews for your app |
/design-review |
Visual quality, responsive, accessibility, typography, i18n |
/security-review |
OWASP Top 10, auth, injection, access control, supply chain |
/privacy-review |
PII leakage, consent, tracking, data flows, user rights |
/compliance-review |
HIPAA, SOC 2, PCI-DSS, GDPR technical requirements |
/resilience-review |
Error handling, graceful degradation, edge states, API contracts |
/performance-review |
Core Web Vitals, bundles, resources, runtime performance |
/seo-review |
Meta tags, structured data, crawlability, semantic HTML |
/geo-review |
AI citation readiness, llms.txt, entity clarity, AI search testing |
npx -y skills add ShiplightAI/agent-skills -a claude-code -y && \
npx -y add-mcp "npx -y @shiplightai/mcp@latest" -n shiplight --env PWDEBUG=console -a claude-code -ynpx -y skills add ShiplightAI/agent-skills -a cursor -y && \
npx -y add-mcp "npx -y @shiplightai/mcp@latest" -n shiplight --env PWDEBUG=console -a cursor -yCursor disables newly-added MCP servers by default. Enable it: Cursor → Settings… → Cursor Settings → Tools & MCPs → Installed MCP Servers → shiplight (Disabled) — toggle the switch to enable.
npx -y skills add ShiplightAI/agent-skills -a codex -y && \
npx -y add-mcp "npx -y @shiplightai/mcp@latest" -n shiplight --env PWDEBUG=console -a codex -yPick from supported agents and swap the -a flag. Use --all to install to every detected agent, or -g for a user-level (global) install.
npx skills add ShiplightAI/agent-skills --allRestart your agent after installing.
npx skills add ShiplightAI/agent-skills --skill verify --skill triage -a claude-codeList all skills in this repo:
npx skills add ShiplightAI/agent-skills --listnpx skills update