一键导入
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]