test-local

Validate prerequisites, run layered tests, and report local QA readiness.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/avav25/ai-assets --skill test-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-local
Source: https://github.com/avav25/ai-assets/tree/main/.windsurf/skills/test-local
Command: npx skills add https://github.com/avav25/ai-assets --skill test-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure local quality by validating prerequisites, orchestrating layered tests, diagnosing failures, and reporting readiness for local QA.

Core Features & Use Cases

  • Validate prerequisites
  • Run unit, integration, and E2E tests
  • Diagnose failures with logs and context
  • Report readiness

Quick Start

Run the local QA workflow to validate prerequisites and execute the layered tests.

Frequently Asked Questions about test-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full local QA cycle before committing changes?

Run a full local QA cycle by validating prerequisites, executing layered unit, integration, and E2E tests, and diagnosing failures. This skill automates the entire workflow and reports local readiness for developers and CI pipelines.

What is a layered test orchestration workflow for local development?

Layered test orchestration runs unit, integration, and E2E tests in sequence to validate local readiness. It enforces prerequisite checks first, then executes each test layer, diagnosing failures with logs and context before reporting overall readiness.

Can I use automated local QA tests in a CI pipeline?

Yes, you can use automated local QA tests in a CI pipeline. This skill is designed for both developers and CI pipelines to validate local readiness, running unit, integration, and E2E tests while enforcing prerequisites and reporting diagnostics.

How do I diagnose test failures with logs and context during local QA?

Diagnose test failures during local QA by reviewing failure logs and context generated by the skill. It automates diagnostics across unit, integration, and E2E test layers, providing detailed reporting to identify and resolve readiness issues before changes.

What's the best way to validate prerequisites before running integration tests locally?

The best way to validate prerequisites is to use an automated local QA workflow that checks environment readiness before executing integration tests. This skill enforces prerequisite checks, then orchestrates the test layers and reports any validation failures.