agentsclimarketplace

Orchestrator

Skill jovd83/Cypress-skill/orchestrator

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

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

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

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.

SKILL.md

4.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)

Cypress Orchestrator

Use this skill when the user asks for Cypress help but the exact workflow is not yet obvious. Its job is to classify the task, route to the right subskill, and keep the work moving.

Deterministic First Question

If the user already gave enough context, do not ask this question. Route immediately.

If intent is still ambiguous and the answer would materially change the artifact or next step, ask exactly one routing question:

"What do you want to do right now with Cypress: write or fix tests, debug a failing run, plan coverage from requirements, document tests, work with a test-management tool, summarize results, or handle setup and migration?"

Do not ask a menu question after the user already requested a concrete deliverable.

Intent Routing Table

User intentRouteFollow-up only if needed
Write, fix, or review Cypress testscoreClarify scope only if it changes what gets built
Decide between POMs, fixtures, helpers, or commandspomAsk only if the current architecture is unclear
Run or debug a failing suitecore and documentation/root_causeRequest failure output if it is missing
Set up or debug CI executionciAsk which CI provider only when examples differ materially
Derive requirements from tickets or specsanalysisAsk for the strongest available source if none was provided
Produce or refine a coverage plancoverage_plan/generation and coverage_plan/reviewClarify approval needs only for large or costly plans
Write test documentation or convert case formatsDispatch render_test_artifact through skill-dispatcher or use documentation/testsAsk for the desired format only if it is not inferable
Create handoff or session-state artifactsdocumentation/cypress-handover or documentation/session-stateConfirm task scope only when multiple scopes exist
Export test cases to TestLink, TestRail, Xray, or ZephyrDispatch render_test_artifact through skill-dispatcherAsk for the target system if not stated
Report execution to TestLink, TestRail, Xray, or Zephyrrelevant mappers/* or reporters/*Ask for the target system if not stated
Summarize Cypress results for stakeholdersreporting/stakeholderAsk for release context if the report would otherwise be misleading
Migrate from another framework or Selenium/WebDrivermigrationAsk for source stack if missing
Drive a browser from the terminalcypress-cliAsk whether the need is interaction, scraping, mocking, or diagnostics only if it changes the workflow
Install or align IDE workflowsinstallers/*Ask for IDE only if it is not already clear

Orchestration Rules

  1. Prefer the smallest capable subskill instead of loading the whole pack.
  2. After routing, do the work. Do not just announce the destination skill.
  3. State high-impact assumptions when you make them.
  4. Keep planning, documentation, and implementation handoffs explicit when multiple subskills are used in sequence.
  5. Escalate only when the missing decision materially changes scope, cost, risk, or long-lived structure.
  6. Treat direct sibling-skill paths as a compatibility fallback when dispatcher routing is unavailable.

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.