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