run-test-suite

Automatically run the test suite when code changes are made to ensure all tests pass before proceeding. This skill runs pytest for backend projects and Playwright for frontend projects, and reports test results, coverage, and any failures.

$ Instalar

git clone https://github.com/johannesfritz/autonomous-orchestration /tmp/autonomous-orchestration && cp -r /tmp/autonomous-orchestration/.claude/skills/run-test-suite ~/.claude/skills/autonomous-orchestration

// tip: Run this command in your terminal to install the skill