con un clic
api-tester
Automated API testing assistant for REST and GraphQL endpoints
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Automated API testing assistant for REST and GraphQL endpoints
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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]