resolve-failed-e2e-test

Installation
SKILL.md

Resolve Failed E2E Test

Analyze a failed E2E test, fix the underlying issue, and verify the fix.

Variables

  • test_result: $ARGUMENTS - JSON object from /test-e2e command with failed test details

Input Format

Expects a JSON object from the /test-e2e command:

{
  "test_name": "Basic Query Execution",
  "status": "failed",
  "screenshots": [
    "screenshots/01_initial_state.png",
    "screenshots/02_query_input.png"
Related skills
Installs
1
GitHub Stars
65
First Seen
Apr 18, 2026