一键导入
cypress-session-state-compat
Use when you need the legacy Cypress session-state entrypoint path; record session state in the canonical Cypress handover workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need the legacy Cypress session-state entrypoint path; record session state in the canonical Cypress handover workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need a Cypress task handover that preserves status, session state, blockers, and exact resume steps for a human or later agent.
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.
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.
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.
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.
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.
| name | cypress-session-state-compat |
| description | Use when you need the legacy Cypress session-state entrypoint path; record session state in the canonical Cypress handover workflow. |
| metadata | {"author":"jovd83","version":"1.1","dispatcher-category":"testing","dispatcher-capabilities":"session-state, cypress-session-state","dispatcher-accepted-intents":"record_cypress_session_state","dispatcher-input-artifacts":"work_state, touched_files, blockers","dispatcher-output-artifacts":"session_state_record, resume_pointer","dispatcher-stack-tags":"cypress, session-state, operations","dispatcher-risk":"low","dispatcher-writes-files":true} |
[!IMPORTANT] All usage of this skill must be logged via the Skill Dispatcher to ensure audit logs and wallboard analytics are accurate:
./log-dispatch.cmd --skill <skill_name> --intent <intent> --model <model_name> --reason <reason>(or./log-dispatch.shon Linux)
This compatibility entrypoint exists for structural parity with the sibling skill tree.
Use the canonical session-state guidance embedded in ../cypress-handover/SKILL.md.
Do not introduce a second persistent-memory workflow here. This path is a thin routing alias only.
Use this path only when an older workflow, a parity check, or an external reference still points to documentation/session-state/.
documentation/session-state/documentation/session-state/SKILL.mdpowershell -NoProfile -File .\documentation\cypress-handover\scripts\find-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -Format summary
powershell -NoProfile -File .\documentation\cypress-handover\scripts\resume-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ProgressNote "Refresh the authenticated browser state and continue." -NextAction "Recreate cy.session() state and rerun the checkout auth path."
powershell -NoProfile -File .\documentation\cypress-handover\scripts\complete-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ValidationNote "Scoped auth flow passed after session recreation."
Read references/template.md for the legacy-compatible template pointer. Read references/troubleshooting.md for legacy-compatible troubleshooting guidance. Read references/conflict-resolution.md for legacy-compatible conflict guidance.