library/methodologies/automaker/skills/test-automation/SKILL.md
# Test Automation Execute Vitest and Playwright test suites with result collection and failure analysis. ## Agent Test Runner - `automaker-test-runner` ## Workflow 1. Navigate to worktree path 2. Run Vitest unit tests (npx vitest run --reporter=json) 3. Run Playwright E2E tests (npx playwright test --reporter=json) 4. Collect pass/fail counts per suite 5. Extract failure messages and stack traces 6. Measure code coverage 7. Identify flaky tests 8. Analyze failure root causes for convergence
npx skillsauth add a5c-ai/babysitter library/methodologies/automaker/skills/test-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute Vitest and Playwright test suites with result collection and failure analysis.
Test Runner - automaker-test-runner
projectName - Project namefeatureId - Feature identifierworktreePath - Path to isolated worktreetestFramework - Framework: 'vitest', 'playwright', 'both'changedFiles - Files changed by implementationautomaker-orchestrator.js - Phase 3 (testing)automaker-agent-execution.js - Stages 4-5automaker-review-ship.js - Integration testingdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.