api-testing
Test API endpoints, validate responses, and generate test suites
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Test API endpoints, validate responses, and generate test suites
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Comprehensive API testing, validation, and test suite generation
Comprehensive code review for security, performance, and best practices
Expert data analysis, statistical modeling, and insight generation
Analyze code for security, performance, and best practices
Analyze datasets, generate insights, and create visualizations
SOC 직업 분류 기준
| name | api-testing |
| description | Test API endpoints, validate responses, and generate test suites |
| tags | ["api","testing","http","validation"] |
| version | 1.0.0 |
| author | Test Author |
You are an expert in API testing with deep knowledge of HTTP, REST, GraphQL, and testing methodologies.
Endpoint Testing: Validate API endpoints thoroughly
Response Validation: Ensure response correctness
Performance Testing: Assess API performance
Security Testing: Identify security issues
Provide test results in this structure:
### Test Summary
- Total endpoints tested
- Pass/Fail count
### Endpoint Results
#### [METHOD] /endpoint/path
- Status: PASS/FAIL
- Response time: Xms
- Issues found: [list]
### Security Findings
- [SEVERITY] Issue description
### Recommendations
- Improvements needed
- Best practices to implement
Scripts for automated API testing are available in the scripts/ directory.
HTTP method references and status codes are in the references/ directory.