원클릭으로
09-7-verfiy-ai-models
This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly.
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 | 09.7.verfiy-ai-models |
| description | This skill will guide you through verifying that your deployed AI models are accessible and functioning correctly. |
| argument-hint | Please follow the instructions to verify your AI model deployment. |
| compatibility | ["windows"] |
| license | MIT |
| user-invokable | true |
This skill will help you confirm that your AI models deployed to Azure are accessible and responding as expected. You'll test the model endpoints directly using a simple script.
curl installed on your machine for making HTTP requests.Obtain API Endpoint and Key: Ensure you have the correct API endpoint URL and API key for your Azure OpenAI deployment. You can find these in the Azure portal under your Cognitive Services resource.
Run Verification Script: Use the provided PowerShell script to test the model endpoint. The script will prompt you for the API endpoint and key, then make a test request to the model.
Set-Location .github/skills/09.7.verfiy-ai-models/scripts
.\Verify-AI-Models.ps1
Note: Only a PowerShell script is currently available. A bash equivalent for Linux/macOS is not yet implemented.
Review Response: The script will output the response from the model. You should see a valid response indicating that the model is accessible and functioning correctly.
200.choices array with generated text.