Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

PRONGHORN-BLUE

يحتوي PRONGHORN-BLUE على 15 من skills المجمعة من GovAlta، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
2
محدث
2026-06-23
Forks
1
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

02-setup-local-postgresql
مديرو الشبكات وأنظمة الحاسوب

This skill will guide you through the process of setting up PostgreSQL on your local machine.

2026-06-23
03-run-local-schema-migration
مصممو قواعد البيانات

This skill will guide you through running the PostgreSQL schema migration for Pronghorn development.

2026-06-23
04-setup-local-api
مطوّرو البرمجيات

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.

2026-06-23
05-setup-local-front-end
مطوّرو الويب

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.

2026-06-23
06-verify-local-stack
مطوّرو البرمجيات

This skill verifies the local Pronghorn stack by checking frontend, API health endpoint, and local PostgreSQL readiness.

2026-06-23
07-docker-compose-local
مطوّرو البرمجيات

Automates Docker Compose full-stack workflows for local Pronghorn development, including build prerequisites, startup, verification, logs, stop, and reset operations.

2026-06-23
09-7-verfiy-ai-models
مطوّرو البرمجيات

This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly.

2026-06-23
09-deploy-ai-models-from-local
مطوّرو البرمجيات

Automates local Azure AI Foundry model deployment workflow for only sections 9.1, 9.2, 9.3, and 9.6 of LOCAL_DEVELOPMENT.md.

2026-06-23
11-reset-azure-environment
مديرو الشبكات وأنظمة الحاسوب

Removes pronghorn-app app registration and pronghorn-blue resource group, then marks relevant .env values as reset/removed.

2026-06-23
12-reset-docker-environment
مديرو الشبكات وأنظمة الحاسوب

Stops and removes local Pronghorn nginx/frontend, api, and postgresql/db containers, then lists containers to verify cleanup.

2026-06-23
20-build-and-lint
مطوّرو البرمجيات

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.

2026-06-23
21-test-all
محللو ضمان جودة البرمجيات والمختبرون

Runs the full test suite for both frontend (Vitest) and API (Jest) layers and reports combined results with coverage.

2026-06-23
22-terraform-plan
مطوّرو البرمجيات

Runs terraform plan in the infra/ directory with the specified environment tfvars file. Uses Azure Terraform MCP for provider documentation context during review.

2026-06-23
23-deploy-via-workflow
مطوّرو البرمجيات

Triggers the deploy-to-azure GitHub Actions workflow via workflow dispatch. Guides through environment and archetype selection matching the workflow's input contract.

2026-06-23
30-backend-service-module-pattern
مطوّرو البرمجيات

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.

2026-06-23