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