agentsclimarketplace

Handover

Skill jovd83/Cypress-skill/documentation/handover

End-to-end Cypress skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.

Install
npx -y skills add jovd83/Cypress-skill --skill handover

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

3.4 KB, as published. Nobody here has run it

Telemetry & Logging

[!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.sh on Linux)

Handover

This compatibility entrypoint exists for structural parity with the sibling skill tree.

Use the canonical handover workflow in ../cypress-handover/SKILL.md.

Do not create a separate handover model here. This path is a thin routing alias only.

Why This Path Exists

Use this path only when an older workflow, a parity check, or an external reference still points to documentation/handover/.

Canonical Status

  • Canonical package: ../cypress-handover/SKILL.md
  • Compatibility path: documentation/handover/
  • Long-term intent: keep this path as a thin alias until both framework trees share the same stable layout

Mapping to the Canonical Package

  1. Legacy handover entrypoint: documentation/handover/SKILL.md
  2. Canonical implementation: ../cypress-handover/SKILL.md
  3. Legacy template pointer: references/template.md
  4. Canonical template: ../cypress-handover/assets/handover-template.md
  5. Legacy conflict guidance: references/conflict-resolution.md
  6. Canonical multi-scope guidance: ../cypress-handover/references/multi-scope-conflicts.md

Commands

  1. Find the latest handover for one scope:
    powershell -NoProfile -File .\documentation\cypress-handover\scripts\find-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -Format summary
    
  2. Create a new handover checkpoint:
    powershell -NoProfile -File .\documentation\cypress-handover\scripts\new-handover.ps1 -TaskLabel checkout-auth-fix -DocsRoot docs/tests
    
  3. Resume a paused scope:
    powershell -NoProfile -File .\documentation\cypress-handover\scripts\resume-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ProgressNote "Continue the failing checkout auth investigation." -NextAction "Run the scoped Cypress auth spec and inspect session state."
    

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.