with one click
PRONGHORN-BLUE
PRONGHORN-BLUE contains 15 collected skills from GovAlta, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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.
This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly.
Automates local Azure AI Foundry model deployment workflow for only sections 9.1, 9.2, 9.3, and 9.6 of LOCAL_DEVELOPMENT.md.
Removes pronghorn-app app registration and pronghorn-blue resource group, then marks relevant .env values as reset/removed.
Stops and removes local Pronghorn nginx/frontend, api, and postgresql/db containers, then lists containers to verify cleanup.
Runs lint and build validation for both the frontend (app/frontend/) and API (app/backend/) layers. Use this skill to validate that code compiles and passes lint rules before committing.
Runs the full test suite for both frontend (Vitest) and API (Jest) layers and reports combined results with coverage.
Runs terraform plan in the infra/ directory with the specified environment tfvars file. Uses Azure Terraform MCP for provider documentation context during review.
Triggers the deploy-to-azure GitHub Actions workflow via workflow dispatch. Guides through environment and archetype selection matching the workflow's input contract.
Canonical pattern for new backend service modules in `app/backend/src/services/<domain>/<archetype>/` — action registry, status machine, pure naming helpers, external-API client, background poller, and mirrored Jest tests. Load this skill when introducing a new multi-verb domain service, replacing a legacy `switch (action)` block in `routes/`, or adding a sibling archetype to an existing service.