Api Test banner
manikosto manikosto

Api Test

Testing community

Description

--- description: Generate OOP-based API test suite with httpx, Pydantic models, Allure reporting, and proper test data factories. Invokes api-test-writer agent. --- # API Test Generator Invokes the **api-test-writer** agent to generate production-grade API tests. ## What This Command Does 1. **Analyze endpoint** -- Read API contract (OpenAPI spec or manual description) 2. **Create Pydantic models** -- Request/response DTOs 3. **Create API service class** -- Methods with @allure.step for each

Installation

Installs to ~/.claude/skills/manikosto-claude-code-python-stack-api-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/manikosto-claude-code-python-stack-api-test && curl -fsSL https://raw.githubusercontent.com/manikosto/claude-code-python-stack/HEAD/commands/api-test.md -o ~/.claude/skills/manikosto-claude-code-python-stack-api-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository