investigate-failing-tests

Installation
SKILL.md

Investigate Failing Tests

Orchestrate diagnosis and repair of failing WebdriverIO tests.

This skill is a reasoning and routing layer. It does not write code or run tests directly. It delegates those actions to other skills/agents and manages decision points.

Delegation Contract

  • Does not directly edit test files.
  • Does not directly execute test commands.
  • Delegates to:
    • running-webdriverio-tests for execution
    • gathering-context for artifact collection
    • analyze-website for route/component structure context when missing
    • writing-webdriverio-code for test-side fixes
    • managing-project-customizations for stale/missing context refresh
    • skipped-test-manager for confirmed app bugs

When to Use

Installs
16
GitHub Stars
5
First Seen
Feb 20, 2026
investigate-failing-tests — klamping/webdriverio-skills