run-test-suite

Run pytest or Playwright/vitest suites and report pass/fail results.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/johannesfritz/autonomous-orchestration --skill run-test-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-test-suite
Source: https://github.com/johannesfritz/autonomous-orchestration/tree/main/.claude/skills/run-test-suite
Command: npx skills add https://github.com/johannesfritz/autonomous-orchestration --skill run-test-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, playwright, docker.

What problem does it solve?

Ensures code changes pass unit and integration tests, surfacing regressions early and providing a clear pass/fail signal.

Core Features & Use Cases

  • Project-specific tests: Backend (pytest) or frontend (Playwright/vitest) tests.
  • Docker isolation: Prefer running tests in containers when available.
  • Report: Clear results, coverage, and failures for TPM orchestration.

Quick Start

Trigger automatically after code changes or on demand to run the appropriate test suite for touched components.