|
# Workflow: /test
<meta>
<trigger>/test</trigger>
<description>Analyzes coverage gaps and suggests tests organized by layer.</description>
</meta>
## Step 1 — Gap Detection
Analysis of source files to identify what is not covered by tests, classifying gaps as Critical, Important, or Recommended.
## Step 2 — Suite Generation
Creation of ready-to-use test code, adapted to the detected framework (Vitest/Jest) and respecting project architecture.
## Step 3 — Execution Commands
Providing exact commands to run tests, check coverage, or enter watch mode.