automating-api-testing

Test automate API endpoint testing including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs.

Content Preview
---
name: automating-api-testing
description: |
  Test automate API endpoint testing including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs.
  Use when testing API contracts, validating OpenAPI specifications, or ensuring endpoint reliability.
  Trigger with phrases like "test the API", "generate API tests", or "validate API contracts".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:api-*)
version: 1.0.0
author: Jeremy Longshore <jeremy@inte
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/automating-api-testing.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/api-test-automation/skills/automating-api-testing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/api-test-automation/skills/automating-api-testing/SKILL.md

Related Skills