Test Suite Runner Skill

Run Playwright test suites and analyze failures with suggested fixes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill test-suite-runner-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Suite Runner Skill
Source: https://github.com/alldigitalrewards/changemaker-minimal/tree/main/.claude/archive/skills-old-20251112/test-suite-runner
Command: npx skills add https://github.com/alldigitalrewards/changemaker-minimal --skill test-suite-runner-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npx.

What problem does it solve?

Manually executing, analyzing, and debugging Playwright tests can be a time-consuming and complex process, especially when dealing with numerous tests or intricate failures. This skill streamlines test execution, intelligently selects relevant tests, and provides actionable insights for quick fixes.

Core Features & Use Cases

  • Intelligent Test Selection: Run full suites, specific files, individual test cases, or tests matching a pattern.
  • Detailed Failure Analysis: Categorizes test failures (auth, DB, assertion, timeout) and extracts key error information.
  • Systematic Investigation: Guides through checking test files, implementations, fixtures, and recent changes to pinpoint root causes.
  • Use Case: After making changes to an API route, use this skill to run only the affected API tests. If any fail, it will help you analyze the error, identify the likely cause, and suggest specific steps to fix it, such as checking the API response structure or test fixtures.

Quick Start

Run the tests in tests/api/challenge-crud.spec.ts and report any failures with suggested fixes.