api-tester

Validate REST and GraphQL API endpoints for methods, headers, responses, and authentication.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill api-tester-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-tester
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/api-tester
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill api-tester-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly verify REST and GraphQL APIs with automated checks for methods, headers, status codes, response schemas, and authentication, reducing manual toil and speeding up QA cycles.

Core Features & Use Cases

  • Endpoint validation: Verify REST/GraphQL endpoints for methods, headers, body formats, status codes, and security requirements.
  • Automated test artifacts: Generate curl commands, Postman collections, and automated test scripts for repeated execution.
  • CI/CD integration: Run deterministic API tests in pipelines with clear reporting and traceability.

Quick Start

Use the api-tester to generate test commands and collections for your API.

Frequently Asked Questions about api-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate REST and GraphQL API endpoint validation for methods, headers, and response schemas?

Automate REST and GraphQL API endpoint validation by generating test cases that verify methods, headers, body formats, status codes, and authentication. This reduces manual toil and speeds up QA cycles by running deterministic checks across your endpoints.

Can I generate Postman collections and curl commands for API testing?

Yes, you can generate Postman collections and curl commands for API testing. The Skill creates these automated test artifacts to enable repeated execution of your REST and GraphQL endpoint checks without manual setup.

How do I run automated API tests in a CI/CD pipeline with clear failure reporting?

Run automated API tests in a CI/CD pipeline by integrating the generated test scripts into your workflows. The tests execute deterministically and provide clear failure reporting and traceability for boundary and error scenarios.

What is the best way to cover boundary and error scenarios in API testing?

The best way to cover boundary and error scenarios in API testing is using deterministic testing orchestration. This approach validates schema requirements and edge cases while generating clear failure reports for your REST and GraphQL endpoints.