ワンクリックで
cypress-docs
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.
メニュー
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.
Creates, updates, and fixes Cypress tests (E2E/end-to-end and component tests). Use when the user asks to create tests, add tests, write tests, update tests, test this file/component, new spec, or fix a failing or flaky test. Apply even when the user does not say 'Cypress' (e.g. 'create tests for this file'). Prefer cypress-explain when the user only wants to explain or review tests without changing code.
Explains Cypress tests (E2E and component tests), and answers questions about Cypress use and behavior. Use when the user asks to explain how a test works, explain how Cypress works, review or critique a test without writing code. Apply even when the user does not say 'Cypress' (e.g. 'explain this test'). Prefer the cypress-author skill when the user wants to create, fix, or update tests.
| name | cypress-docs |
| description | 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. |
| model | inherit |
| background | false |
| metadata | {"version":"1.0.0"} |
Enable the agent to retrieve accurate, up-to-date, and verifiable information about the Cypress testing framework by prioritizing official documentation and structured sources.
Apply this skill whenever the task depends on finding, reading, or quoting Cypress documentation rather than general testing intuition:
llms.txt, /llm/*) when fetching or summarizing doc pages.If the user only needs writing or fixing tests without a documentation lookup, prefer cypress-author; if they only need test explanation without fetching docs, prefer cypress-explain. Use this skill when official documentation is the source of truth.
When accessing docs.cypress.io:
Fetch /llms.txt
Parse it to discover:
Prefer content under /llm/*. Every path on the site has an optimized version hosted under /llm - for example, https://docs.cypress.io/app/faq is available at https://docs.cypress.io/llm/markdown/app/faq.md.
Why:
Fallback:
/llm/* is incomplete, use standard docs pagesIf documentation cannot verify a claim:
| Query Type | Search Location |
|---|---|
| How do I... | /guides/, /core-concepts/ |
| What is... | /core-concepts/ |
| API / Commands | /api/commands/ |
| Assertions | /api/assertions/ |
| Config issues | /configuration/ |
| CI/CD | /guides/ci-cd/ |
| Errors | /references/error-messages/ |
/llm/* (via /llms.txt)/changelog/cypress.io (blog, updates)If the query includes:
Then:
/references/error-messagesCache frequently used topics:
Internally assess confidence:
If LOW:
/llms.txt/llm/* pathsUser: "How do I mock API requests in Cypress?"
Agent should:
/llm/markdown/api/ and /llm/markdown/guides/cy.interceptThis skill ensures: