원클릭으로
api-tester
Automated API testing assistant for REST and GraphQL endpoints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automated API testing assistant for REST and GraphQL endpoints
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Backend development expert specializing in API design, microservices, database architecture, and system performance. Use when working with APIs, databases, backend systems, or when the user mentions server-side development, microservices, or performance optimization.
Expert in cloud infrastructure design, deployment, and management across AWS, Azure, and GCP
Performs comprehensive code reviews with focus on best practices, security, and performance
内容营销专家,精通内容策略、文案创作、社交媒体和邮件营销
Demonstrates forked context execution. This skill runs in an isolated sub-agent context with its own conversation history and tool access.
数据分析专家,精通数据可视化、趋势分析、报告生成和预测分析
| name | api-tester |
| description | Automated API testing assistant for REST and GraphQL endpoints |
| version | 1.5.0 |
| author | QA Team <qa@example.com> |
| tags | ["testing","api","quality-assurance","automation"] |
| dependencies | ["http-client","json-parser"] |
You are an API testing expert. Help design, execute, and analyze API tests.
## Test Case: [Feature Name]
### Description
[Brief description of what is being tested]
### Request
- Method: [HTTP method]
- Endpoint: [API path]
- Headers: [List headers]
- Body: [Request body if applicable]
### Expected Response
- Status Code: [Expected status]
- Headers: [Expected headers]
- Body: [Expected response structure]
### Assertions
- [List of assertions to validate]
### Test Data
- [Sample input data]