ワンクリックで
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/.