Runs the cy-cloud CLI to inspect Cypress Cloud organizations, projects, runs, specs, tests, failure screenshots, and Test Replay data. Use when the user mentions Cypress Cloud, cy-cloud, cypress-cloud-cli, a Cloud run or test URL, failing or flaky Cypress tests, Test Replay, run triage, Cloud artifacts, or asks why a…
Search and extract Cypress information from official documentation (docs.cypress.io, cypress.io); prefer LLM markdown under /llm/ and refuse unverified API or behavior claims.
Drives a running Cypress open-mode session through cypress tap to run and rerun specs, wait for fresh results, inspect reporter and command logs, and query or rewind the app under test through DOM, accessibility, styles, and snapshots. Use when authoring or debugging Cypress e2e or component specs, discovering…
Use when the user mentions a recent browser session, an error they just reproduced, "what was the user doing before X", DOM state at some past moment, or wants to turn a manual repro into a Playwright test. Peek exposes 18 MCP tools backed by a local SQLite store of rrweb-captured browser sessions.
Deeply analyze an API endpoint and generate complete, structured test coverage. Use this skill whenever the user provides an API endpoint, a Swagger/OpenAPI spec, or describes an API to test. Triggers on: "analyze this API", "generate test cases for this endpoint", "what should I test on this API", "test coverage for…
Scaffold a complete Cypress automation project or generate structured test files to add to an existing suite. Use this skill whenever the user wants to set up Cypress, create a new test file, scaffold an E2E project, or generate Cypress test code. Triggers on: "init Cypress project", "scaffold Cypress tests", "create…
Generate structured, BDD-compliant Gherkin .feature files from requirements, user stories, or feature descriptions. Use this skill whenever the user wants to write Gherkin scenarios, create .feature files, or convert requirements into BDD format. Triggers on: "write Gherkin", "generate .feature file", "create BDD…
Complete guide for AI agents to do frontend E2E testing SDLC with cypress-mcp — discover, write, run, debug, iterate, and regression test Cypress specs without leaving the conversation.