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
- Detect Project Type: Look for package.json, pyproject.toml, or other config files
- Identify Test Commands: Find the appropriate test runner and commands
- Execute Tests in Sequence:
- Lint check
- Type check (if applicable)
- Unit/integration tests
- Build verification
- Capture Results: Record pass/fail status and any error messages
- Return JSON: Output only the structured JSON array