From test-runner
Run pytest with coverage and baseline tracking. Use when the user invokes /tests.
npx claudepluginhub clemux/claude-code-plugins --plugin test-runnerThis skill uses the workspace's default tool permissions.
The user has invoked `/tests`. Run the project's test suite with coverage, compare results against a local baseline history, and report regressions, improvements, and trends.
Guides browser automation using Playwright and Puppeteer for web testing, scraping, and AI agents. Covers selectors, auto-waits, test isolation, and anti-detection patterns.
Provides checklists for code reviews covering functionality, code quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, or training.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
The user has invoked /tests. Run the project's test suite with coverage, compare results against a local baseline history, and report regressions, improvements, and trends.
/tests in the arguments). These are referred to as {PYTEST_ARGS} below.test-runner subagent with model: "haiku". The prompt MUST include the compare script path. Use this format:
"Run tests with args: {PYTEST_ARGS}. Compare script: ${CLAUDE_PLUGIN_ROOT}/scripts/compare_results.py""Run tests. Compare script: ${CLAUDE_PLUGIN_ROOT}/scripts/compare_results.py"