Skill

Cypress Explain

Skill

Cypress’s skill for explaining the spec you already have.

Official cypress-explain. Why it flake, what the command does, the docs that match the version.

spec·Apache-2.0·Updated this quarter·github.com/cypress-io

Claude CodeCursorDesktop
Scanned
npx skills add cypress-io/cypress-explain

By Cypress

Input

A Cypress spec or a failure.

Output

An explanation that matches current Cypress.

cypress-explain.skill/invoke

You say

Why does this wait 8 seconds?

It returns

A cy.wait(8000). Replace with the intercept alias.

Prompt notebook

Prompts this skill is built for.

  • You say

    Why does this wait 8 seconds?

    It returns

    A cy.wait(8000). Replace with the intercept alias.

  • You say

    What does cy.session do here?

    It returns

    Caches the login. Second spec skips the form.

What it teaches

  1. 01Explain
  2. 02Flakes
  3. 03Commands