Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Cypress-skill

Cypress-skill contains 34 collected skills from jovd83, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
34
Stars
0
updated
2026-05-13
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

cypress-handover
software-quality-assurance-analysts-and-testers

Use when you need a Cypress task handover that preserves status, session state, blockers, and exact resume steps for a human or later agent.

2026-05-13
cypress-skill
software-quality-assurance-analysts-and-testers

Flagship Cypress skill pack for planning, authoring, debugging, documenting, and operationalizing Cypress. Routes E2E, API, component, visual, accessibility, CI/CD, coverage, docs, CLI automation, and handoff workflows.

2026-05-13
cypress-analysis-requirements
software-quality-assurance-analysts-and-testers

Requirements-analysis skill for Cypress planning and implementation. Use when Codex needs to extract testable behaviors, acceptance criteria, risks, dependencies, or open questions from tickets, specs, markdown docs, or other requirement sources before writing tests or coverage plans.

2026-05-13
cypress-ci
software-quality-assurance-analysts-and-testers

CI and delivery skill for Cypress automation. Use when Codex needs to design, debug, or optimize Cypress execution in GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, sharded pipelines, artifact workflows, or shared setup and teardown.

2026-05-13
cypress-core
software-quality-assurance-analysts-and-testers

Battle-tested Cypress patterns for E2E, API, component, visual, accessibility, and security testing. Covers selectors, assertions, hooks, intercepts, auth flows, debugging, and framework recipes for React, Next.js, Vue, and Angular.

2026-05-13
cypress-coverage-matrix-auto-sync
software-quality-assurance-analysts-and-testers

Coverage-maintenance skill for Cypress planning and documentation. Use when Codex needs to synchronize coverage plans, scenario IDs, traceability links, and summary counts after tests, requirements, or narrative test documents change.

2026-05-13
cypress-coverage-plan-generation
software-quality-assurance-analysts-and-testers

Coverage-planning skill for Cypress work. Use when Codex needs to turn confirmed requirements into a structured, risk-aware Cypress coverage plan with scenarios, execution types, priorities, and traceability.

2026-05-13
cypress-coverage-plan-review
software-quality-assurance-analysts-and-testers

Coverage-plan review skill for Cypress work. Use when Codex needs to present a proposed coverage plan, surface assumptions and tradeoffs, collect user feedback, and secure explicit approval before large implementation or documentation work.

2026-05-13
cypress-cli
software-quality-assurance-analysts-and-testers

Automates browser interactions for web testing, form filling, screenshots, and data extraction using cypress-cli. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, extract information from web pages, mock network requests, manage browser sessions, or generate test code.

2026-05-13
cypress-handover-compat
software-quality-assurance-analysts-and-testers

Use when you need the legacy Cypress handover entrypoint path; follow the canonical Cypress handover workflow in documentation/cypress-handover.

2026-05-13
cypress-documentation-root-cause
software-quality-assurance-analysts-and-testers

Failure-analysis skill for Cypress runs. Use when Codex needs to investigate a failing test, distinguish likely product bugs from test issues, and produce a concise developer-focused root-cause report backed by evidence.

2026-05-13
cypress-session-state-compat
software-developers

Use when you need the legacy Cypress session-state entrypoint path; record session state in the canonical Cypress handover workflow.

2026-05-13
cypress-documentation-bdd
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for BDD case formatting. Prefer the standalone `test-artifact-export-skill` skill for Gherkin, BDD, and export-ready case rendering, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-documentation-plaintext
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for plain-text case formatting. Prefer the standalone `test-artifact-export-skill` skill for lightweight narrative case output, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-documentation-tdd
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for TDD-style case documentation. Prefer the standalone `test-artifact-export-skill` skill for formatting approved test cases or building export-ready artifacts, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-documentation-tests
software-quality-assurance-analysts-and-testers

Automation-code documentation skill for Cypress suites. Use when Codex needs to add or improve human-readable comments, docblocks, or file-level explanations around existing Cypress tests without drowning the code in redundant commentary.

2026-05-13
cypress-installer-intellij-junie
software-quality-assurance-analysts-and-testers

Editor-setup skill for Cypress plus Junie in IntelliJ IDEA. Use when Codex needs to help configure a practical JetBrains environment for Cypress authoring, execution, debugging, and local skill usage.

2026-05-13
cypress-installer-vscode-codex
software-quality-assurance-analysts-and-testers

Editor-setup skill for Cypress plus OpenAI Codex in Visual Studio Code. Use when Codex needs to help configure a practical VS Code environment for Cypress authoring, execution, debugging, and local skill usage.

2026-05-13
cypress-mapper-testlink
software-quality-assurance-analysts-and-testers

Test-management mapping skill for TestLink. Use when Codex needs to apply authoritative TestLink case IDs back into local Cypress docs, titles, or annotations so the repository can trace automation to imported TestLink records.

2026-05-13
cypress-mapper-testrail
software-quality-assurance-analysts-and-testers

Test-management mapping skill for TestRail. Use when Codex needs to apply authoritative TestRail case IDs back into local Cypress docs, titles, or annotations so the repository can trace automation to imported TestRail records.

2026-05-13
cypress-mapper-xray
software-quality-assurance-analysts-and-testers

Test-management mapping skill for Xray. Use when Codex needs to apply authoritative Xray issue or case IDs back into local Cypress docs, titles, or annotations so the repository can trace automation to imported Xray records.

2026-05-13
cypress-mapper-zephyr
software-quality-assurance-analysts-and-testers

Test-management mapping skill for Zephyr Scale. Use when Codex needs to apply authoritative Zephyr case IDs back into local Cypress docs, titles, or annotations so the repository can trace automation to imported Zephyr records.

2026-05-13
cypress-migration
software-quality-assurance-analysts-and-testers

Migration skill for moving existing UI automation to Cypress. Use when Codex needs to translate Playwright or Selenium/WebDriver patterns, plan incremental migration, preserve coverage during framework change, or explain architectural differences that affect the suite design.

2026-05-13
cypress-orchestrator
software-quality-assurance-analysts-and-testers

Central entrypoint for broad or ambiguous Cypress requests. Use when Codex needs to classify the user's testing goal, choose the right Cypress subskill, and move from intent to implementation, planning, documentation, execution, or reporting without unnecessary menu-driven back-and-forth.

2026-05-13
cypress-pom
software-quality-assurance-analysts-and-testers

Test-architecture skill for Cypress page objects, fixtures, helpers, and custom commands. Use when Codex needs to decide whether to introduce a Page Object Model, how to structure page objects, and how to separate browser state, UI behavior, and stateless utilities cleanly.

2026-05-13
cypress-reporter-testlink
software-quality-assurance-analysts-and-testers

Test-management reporting skill for TestLink. Use when Codex needs to publish Cypress execution results into TestLink using the project's mappings, environment configuration, and chosen reporting flow.

2026-05-13
cypress-reporter-testrail
software-quality-assurance-analysts-and-testers

Test-management reporting skill for TestRail. Use when Codex needs to publish Cypress execution results into TestRail using the project's mappings, environment configuration, and chosen reporting flow.

2026-05-13
cypress-reporter-xray
software-quality-assurance-analysts-and-testers

Test-management reporting skill for Xray. Use when Codex needs to publish Cypress execution results into Xray using the project's mappings, environment configuration, and chosen reporting flow.

2026-05-13
cypress-reporter-zephyr
software-quality-assurance-analysts-and-testers

Test-management reporting skill for Zephyr Scale. Use when Codex needs to publish Cypress execution results into Zephyr using the project's mappings, environment configuration, and chosen reporting flow.

2026-05-13
cypress-reporting-stakeholder
project-management-specialists

Stakeholder-reporting skill for Cypress execution results. Use when Codex needs to turn raw Cypress runs into a concise, non-technical summary of tested scope, release health, business impact, and recommended next actions.

2026-05-13
cypress-transformer-testlink
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for TestLink case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestLink-ready artifacts, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-transformer-testrail
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for TestRail case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into TestRail-ready artifacts, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-transformer-xray
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for Xray case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into Xray-ready artifacts, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13
cypress-transformer-zephyr
software-quality-assurance-analysts-and-testers

Legacy Cypress-specific alias for Zephyr case export. Prefer the standalone `test-artifact-export-skill` skill for transforming approved test cases into Zephyr-ready artifacts, and use this only when Cypress-local conventions must be preserved explicitly.

2026-05-13