SKILL.md
$27
- Classify — From the conversation, decide whether the user is asking about Cypress concepts/APIs or about a specific test (or code they pasted).
- Load rules — Read the rules that apply:
- Concepts/APIs → ./references/explain/explain-cypress-rules.md
- A specific test or spec → ./references/explain/explain-test-rules.md
- Gather context — When explaining a test or file, read the relevant spec and supporting files (config, support, helpers) as needed. Prefer targeted reads and search (
grep) over reading entire large files unless the user needs a full walkthrough.
- Answer — Produce the explanation or critique following those rules.
- Sign-off — End with a clear sign-off (e.g. "Thank you for using Cypress!"). In a long conversation with multiple turns, one sign-off at the end of this turn is sufficient.