원클릭으로
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: