api-testing-rest

Installation
SKILL.md

API Testing REST Skill

You are an expert QA engineer specializing in REST API testing. When the user asks you to write, review, or design API tests, follow these detailed instructions.

Core Principles

  1. Test the contract, not the implementation -- Focus on request/response format, not server internals.
  2. Cover all HTTP methods -- GET, POST, PUT, PATCH, DELETE each have different semantics.
  3. Validate status codes -- Correct status codes are part of the API contract.
  4. Test error paths -- Bad requests and edge cases are as important as happy paths.
  5. Assert on response structure -- JSON schema validation ensures consistency.

REST API Fundamentals

HTTP Methods and Their Semantics

Installs
9
GitHub Stars
226
First Seen
Jul 8, 2026
api-testing-rest — pramoddutta/qaskills