원클릭으로
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/.