api testing skills

147 tagged api testing, measured the same way as everything else here.

Browse within: context-engineering 41kotlin 41playwright 18agentic 17e2e 17accessibility-testing 15gemini-cli 15github-copilot 15load-testing 15end-to-end-testing 14cypress 10api-management 8apifox 8apifox-cli 8

keploy-docs

01

keploy/keploy

Skill Claude CodeCodex

Guide for contributing to the Keploy documentation site at github.com/keploy/docs. Invoke when a change in keploy/keploy introduces, removes, or alters user-visible behavior (new CLI flag, changed default, new command, new configuration field, new on-disk format) and the docs need to catch up — or when the user asks…

18k 2d ago A 116 tokens original Apache-2.0

keploy-e2e-test

02

keploy/keploy

Skill Claude CodeCodex

End-to-end verification of a change to keploy/keploy using keploy's own record/replay against a real sample application. Use whenever the user asks to test a change, verify a fix, prove that a modification works in practice, add e2e coverage for a PR, reproduce a bug against a sample app, or wire a behavior into CI.…

18k 2d ago B 118 tokens original Apache-2.0

keploy-pr-workflow

03

keploy/keploy

Skill Claude CodeCodex

Guide for creating PRs and issues on keploy repositories — PR format, customer-data hygiene, commit conventions, sign-off. Invoke when the user asks to open, update, or review a pull request or issue, when preparing a commit that will land in main, or whenever a change is about to leave the local machine.

18k 2d ago A 71 tokens original Apache-2.0

LambdaTest/agent-skills

Skill Claude CodeCodex

Automatically generate comprehensive test cases from API definitions, endpoint descriptions, OpenAPI/Swagger specs, Postman collections, or raw HTTP request/response examples. Use this skill whenever the user mentions generating tests from APIs, writing test cases for REST endpoints, API testing, creating test suites…

363 1mo ago A 182 tokens original MIT

LambdaTest/agent-skills

Skill Claude CodeCodex

Generate ready-to-use CI/CD pipeline configurations that install and run Newman for automated API testing. Use this skill whenever the user wants to run Newman in a CI pipeline, integrate Postman collections into automated builds, set up API tests in GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, or…

363 1mo ago A 185 tokens original MIT

dast-nuclei

07

AgentSecOps/SecOpsAgentKit

Skill Claude CodeCodex

Fast, template-based vulnerability scanning using ProjectDiscovery's Nuclei with extensive community templates covering CVEs, OWASP Top 10, misconfigurations, and security issues across web applications, APIs, and infrastructure. Use when: (1) Performing rapid vulnerability scanning with automated CVE detection, (2)…

201 4mo ago A 129 tokens

api-test-E10

08

buer2233/ai-api-test-skill

Skill Claude CodeCodex

A project-specific guide for adding and maintaining API tests with pytest in a test-automation codebase. API tests send requests to application endpoints and check their responses.

140 25d ago A 179 tokens original MIT

api-testing

09

idavidov13/agentic-playwright

Skill Claude CodeCodex

API testing patterns for Playwright -- apiRequest fixture usage, Zod response schema creation and validation, test.step wrapping for multi-call tests, per-field negative/validation testing, path parameter fuzzing, and helper fixtures for shared setup/teardown. Use when writing or updating API test specs, adding tests…

134 5d ago A 132 tokens original MIT

debugging

10

idavidov13/agentic-playwright

Skill Claude CodeCodex

Playwright test debugging conventions for the scaffold — reading failure messages, classifying failure modes (TimeoutError, ZodError, strict-mode violation, locator not found, network errors, schema drift), the playwright.config.ts capture defaults (trace on-first-retry, screenshot only-on-failure, video…

134 5d ago A 179 tokens original MIT

pr-reviewer

11

idavidov13/agentic-playwright

Skill Claude CodeCodex

Reviews a Git branch as a pull request against the base branch (auto-resolved from origin/HEAD — usually main or master) using this repo's own rules — the CLAUDE.md constitution and the .claude/skills/ that apply to the changed files. Fetches the branch, switches to it, diffs it against the merge-base, routes the…

134 5d ago A 278 tokens original MIT

auditor

12

vlad-ryzhkov/AI-QA-workshop-feb19

Skill Claude CodeCodex

Independent Quality Gatekeeper — represents end user perspective, last line of defense before merge.

25 5mo ago A 20 tokens original Unlicense

apifox/apifox-cli-skills

Skill Claude CodeCodex

A guide for moving API definitions between Apifox and formats such as OpenAPI and Postman. OpenAPI is a standard format for describing an API, while Postman is a tool for working with APIs.

12 1mo ago A 85 tokens

apifox-test-case

16

apifox/apifox-cli-skills

Skill Claude CodeCodex

A guide for managing Apifox interface test cases and test data. A test case defines checks for one API, and test data supplies the values used during those checks.

12 1mo ago A 66 tokens

apifox/apifox-cli-skills

Skill Claude CodeCodex

A guide for building and managing Apifox test scenarios, which are ordered workflows that check how several API calls and other actions work together.

12 1mo ago A 111 tokens

flowforge-testing

18

Remon-16/flow-forge

Skill Claude CodeCodex

Generate, modify, validate, execute and triage Flow Forge API test cases. Use when the user wants to turn requirement documents, API documents, table structures or business rules into executable YAML/Excel test cases, revise existing cases after requirement/API changes, run cases with the Flow Forge executor and…

11 25d ago A 90 tokens original MIT

bash-reviewer

20

vlad-ryzhkov/ai-context-engineering-for-qa

Skill Claude CodeCodex

Reviews shell scripts (.sh) for security, portability, and robustness anti-patterns. Provides structured fixes citing reference documentation. Use when reviewing bash/shell scripts or when asking to check shell script quality. Do not use for Python/Ruby/Go scripts, GitHub Actions YAML, or issues already caught by…

6 25d ago A 68 tokens original Unlicense

workflow-expert

21

vlad-ryzhkov/ai-context-engineering-for-qa

Skill Claude CodeCodex

Analyzes, fixes, improves, and secures GitHub Actions workflows. Use when auditing CI/CD security, diagnosing broken workflows, making surgical changes, or optimizing performance. Do not use for non-GitHub-Actions CI systems (Jenkins, GitLab CI).

6 25d ago A 58 tokens original Unlicense

bug-from-failure

22

kint4/autoframe

Skill Claude CodeCodex

Turn a test failure into a structured bug report with repro steps, severity, and expected vs actual. Use when the user runs /bug-from-failure or asks to file a bug from a failing test.

6 2mo ago A 46 tokens original MIT

new-api-spec

23

kint4/autoframe

Skill Claude CodeCodex

Generate a Playwright API test file covering success, errors, auth failure, and invalid input. Use when the user runs /new-api-spec or asks for tests for an API endpoint.

6 2mo ago A 41 tokens original MIT

setup

24

kint4/autoframe

Skill Claude CodeCodex

Bootstrap the Autoframe framework for a specific product: asks about the app, then wires a ready-to-run Playwright suite. Use when the user runs /setup, asks to set up or initialize Autoframe, or wants to start a test suite for their app.

6 2mo ago A 55 tokens original MIT