From ac-qa
Starts Node.js dev server for E2E testing. Detects package manager, installs deps if missing, runs customizable dev command in background, verifies startup on port 5173.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-qa:prepare-appThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start the development server for E2E testing.
Start the development server for E2E testing.
Check for package.json
Check node_modules
Start Development Server
${DEV_SERVER_CMD:-pnpm dev}Verify Server Running
Report Status
http://localhost:${DEFAULT_PORT:-5173}/npx claudepluginhub waterplanai/agentic-config --plugin ac-qaStarts, restarts, and monitors a project dev server on a specific or discovered port with automatic recovery on failure.
Tweaks serve/dev commands in package.json: adds port-kill pre-scripts (--kill) and LAN-accessible :net variants (--net). Detects framework and port automatically.
Verifies local dev servers and APIs are up before E2E tests, and offers to start missing services with user approval. Useful for environment readiness and service startup.