Skip to content
Automation
Skill

/test-automation

Execute Vitest and Playwright test suites with result collection and failure analysis.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill test-automation --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/test-automation

Context preview

The summary Claude sees to decide when to auto-load this skill.

Execute Vitest and Playwright test suites with result collection and failure analysis.

SKILL.md

test-automation.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

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

Inputs

  • `projectName` - Project name
  • `featureId` - Feature identifier
  • `worktreePath` - Path to isolated worktree
  • `testFramework` - Framework: 'vitest', 'playwright', 'both'
  • `changedFiles` - Files changed by implementation

Outputs

  • Test results with allPassed, counts, failures, coverage, flaky tests

Process Files

  • `automaker-orchestrator.js` - Phase 3 (testing)
  • `automaker-agent-execution.js` - Stages 4-5
  • `automaker-review-ship.js` - Integration testing
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.