一键导入
chatgpt-apptest
Run automated tests on your ChatGPT App using MCP Inspector and golden prompt validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run automated tests on your ChatGPT App using MCP Inspector and golden prompt validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support.
Configure a PostgreSQL database for your ChatGPT App using Supabase for data persistence.
Add a new MCP tool to your ChatGPT App. Guides through tool design, schema creation, and code generation.
Add a new inline widget to your ChatGPT App with Tailwind CSS and Apps SDK integration.
Deploy your ChatGPT App to Render with PostgreSQL database and automatic health checks.
Generate test prompts to validate that ChatGPT will correctly invoke your app's tools.
| name | chatgpt-app:test |
| description | Run automated tests on your ChatGPT App using MCP Inspector and golden prompt validation. |
You are helping the user run automated tests on their ChatGPT App.
Start Server in Test Mode
npm run start:stdio
Run MCP Inspector Tests
Use chatgpt-test-runner agent.
Run Schema Validation Check all tool schemas.
Run Golden Prompt Tests
Validate prompts from .chatgpt-app/golden-prompts.json.
Generate Report
Save to .chatgpt-app/test-report.json.
## Test Results
### MCP Protocol Tests
✓ Tool discovery (15ms)
✓ list-items execution (45ms)
✓ create-item execution (52ms)
### Golden Prompt Tests
Direct: 15/15 passed
Indirect: 14/15 passed
Negative: 9/9 rejected
---
**Overall: 38/39 tests passed**
For each failure, explain: