一键导入
21-test-all
Runs the full test suite for both frontend (Vitest) and API (Jest) layers and reports combined results with coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Runs the full test suite for both frontend (Vitest) and API (Jest) layers and reports combined results with coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill will guide you through the process of setting up PostgreSQL on your local machine.
This skill will guide you through running the PostgreSQL schema migration for Pronghorn development.
This skill will guide you through setting up the local API server for Pronghorn development, including installing dependencies, configuring environment variables, and starting the server.
This skill will guide you through setting up the local frontend for Pronghorn development, including installing dependencies, configuring .env.local, and starting the Vite development server.
This skill verifies the local Pronghorn stack by checking frontend, API health endpoint, and local PostgreSQL readiness.
Automates Docker Compose full-stack workflows for local Pronghorn development, including build prerequisites, startup, verification, logs, stop, and reset operations.
| name | 21.test-all |
| description | Runs the full test suite for both frontend (Vitest) and API (Jest) layers and reports combined results with coverage. |
| argument-hint | Run all tests across both layers |
| compatibility | ["linux","macos","windows"] |
| license | MIT |
| user-invokable | true |
npm install completed in both app/frontend/ and app/backend/Run frontend tests (app/frontend/ — Vitest):
cd app/frontend && npm test
Run API tests (app/backend/ — Jest):
cd app/backend && npm test
app/frontend/src/ or app/backend/src/.