testing

Run Node.js tests with increased memory and unified coverage reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tklee/agentic-layer --skill testing-tklee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/tklee/agentic-layer/tree/main/.claude/skills/testing
Command: npx skills add https://github.com/tklee/agentic-layer --skill testing-tklee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running tests across a large frontend/backend and pipeline can be memory-heavy and slow. This Skill orchestrates tests with memory-aware execution, parallelism, and comprehensive coverage reports to deliver faster, reliable feedback.

Core Features & Use Cases

  • Memory-Optimized Testing: Run tests with increased Node memory for large suites.
  • Cross-Repo Coverage: Execute tests for both vibesurfer and vyb-pipeline with unified reporting.
  • Flexible Execution: Run specific test files, patterns, or in watch/UI modes.

Quick Start

Run all vibesurfer tests with memory optimization: NODE_OPTIONS="--max-old-space-size=8192" npx vitest run