agentsclimarketplace

Root cause

Skill jovd83/playwright-skill/documentation/root_cause

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

Install
npx -y skills add jovd83/playwright-skill --skill root_cause

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

  • 1 stars1 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

Failure-analysis skill for Playwright 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.

SKILL.md

1.7 KB, as published. Nobody here has run it

Playwright Root Cause Analysis

Use this skill when a failure needs explanation, not just rerunning.

Inputs

  • failing test output,
  • trace artifacts, screenshots, videos, or HTML reports when available,
  • related console, network, or application logs,
  • recent code or requirement changes if they help explain the failure.

Analysis Workflow

  1. Identify the failing assertion or stopping point.
  2. Reconstruct what the app and test were each expecting.
  3. Classify the issue as likely product bug, test defect, environment issue, or possible flake.
  4. Support the classification with concrete evidence.

Output Contract

Provide:

  • Failure
  • Most likely cause
  • Classification
  • Evidence
  • Recommended next action
  • Confidence

Guardrails

  • Do not claim certainty when the evidence is mixed.
  • Separate observation from hypothesis.
  • If the right answer is "needs reproduction with more data," say that directly.

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.