Skip to content

feat: add API testing skill#4

Merged
tooniez merged 1 commit intomainfrom
feat/test-skills
Jan 21, 2026
Merged

feat: add API testing skill#4
tooniez merged 1 commit intomainfrom
feat/test-skills

Conversation

@tooniez
Copy link
Copy Markdown
Member

@tooniez tooniez commented Jan 21, 2026

Summary

Add comprehensive API testing skill to guide agents in designing and reviewing API tests.

Description

This PR introduces a new API testing skill that provides structured guidance for:

  • Contract testing between services (consumer-driven contracts)
  • JSON Schema validation for request/response verification
  • Error handling verification with status code testing
  • Performance considerations including response time targets and pagination

The skill follows the established SKILL.md format and includes templates, checklists, and best practices that agents can use when helping users create or review API tests.

Changes

  • Add skills/api-testing/SKILL.md with complete API testing guidance
  • Update README.md to include api-testing in the skills table
  • Update README.md directory structure to show new skill folder

Related Issues

N/A

@tooniez tooniez merged commit 01743fc into main Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant