一键导入
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.