test

Installation
SKILL.md

Application Validation Test Suite

Run the project's test suite and report results in structured JSON format.

Purpose

Proactively identify issues in the application before they impact users. This command executes the validation stack and reports results for automated processing.

Instructions

  1. Detect Project Type: Look for package.json, pyproject.toml, or other config files
  2. Identify Test Commands: Find the appropriate test runner and commands
  3. Execute Tests in Sequence:
    • Lint check
    • Type check (if applicable)
    • Unit/integration tests
    • Build verification
  4. Capture Results: Record pass/fail status and any error messages
  5. Return JSON: Output only the structured JSON array
Related skills
Installs
1
GitHub Stars
63
First Seen
Apr 18, 2026