api-tester

Generate and execute API test suites for REST and GraphQL endpoints.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill api-tester-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-tester
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/api-tester
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill api-tester-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

API testing is time-consuming and error-prone. This skill automates the generation and execution of API test suites to validate endpoints, authentication flows, error scenarios, rate limiting, and schema conformance.

Core Features & Use Cases

  • End-to-end API validation across REST and GraphQL.
  • Automated test generation for authentication, error handling, validation, and rate limiting.
  • Integration with CI/CD pipelines to verify spec conformance in PRs and releases.

Quick Start

Run api-tester on your API project to generate and execute tests against your local or CI environment.

Frequently Asked Questions about api-tester

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

FAQPage Schema
How do I automate API test generation for REST and GraphQL endpoints?

Automate API test generation by running this skill against your project to deterministically create and execute test suites for REST and GraphQL endpoints. It targets authentication, error handling, and schema conformance in local or CI environments.

Can I validate authentication flows and rate limiting in my CI/CD pipelines?

Yes, you can validate authentication flows and rate limiting in CI/CD pipelines. The skill integrates into pipelines to verify spec conformance during PRs and releases, ensuring security and performance scenarios pass reliably.

What is deterministic test generation for endpoint validation?

Deterministic test generation for endpoint validation creates consistent, template-based API tests. It automatically builds test suites to validate endpoints, authentication flows, and error handling, ensuring reliable and repeatable API testing across staging environments.

How do I ensure environment isolation when testing API error scenarios?

Ensure environment isolation when testing API error scenarios by implementing environment isolation within the skill. It validates rate limiting and error handling in separated staging or CI environments to prevent data contamination and ensure spec conformance.

Does automated API testing work for both REST and GraphQL spec conformance?

Automated API testing works for both REST and GraphQL spec conformance. The skill generates and executes template-based validation suites to target both API types, ensuring endpoints, authentication, and error handling meet their specifications.

What are the limitations of template-based API test validation?

Template-based API test validation relies on deterministic generation and environment isolation. While it covers authentication, rate limiting, and error handling, complex dynamic state transitions or non-deterministic performance scenarios may require additional manual test configuration.