qa-tester

Create pytest unit and integration tests for FastAPI endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/drtonylove1963/pronetheia-os --skill qa-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-tester
Source: https://github.com/drtonylove1963/pronetheia-os/tree/main/plugins/categories/testing/qa-tester
Command: npx skills add https://github.com/drtonylove1963/pronetheia-os --skill qa-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the quality and reliability of software by designing comprehensive test strategies, creating effective test suites, and identifying critical edge cases. It streamlines QA planning and execution, reducing bugs, improving user satisfaction, and accelerating release cycles.

Core Features & Use Cases

  • Test Strategy & Planning: Develops unit, integration, and performance testing plans tailored to project needs.
  • Pytest Test Creation: Generates focused unit and integration tests for Python projects, utilizing mocks and fixtures effectively.
  • Edge Case Identification: Uncovers boundary values, invalid input handling, race conditions, and complex error scenarios.
  • Use Case: You've developed a new API endpoint and need to ensure its robustness. This Skill can create a comprehensive test suite using pytest, including integration tests for the authentication flow and edge cases for token expiration, ensuring the API is production-ready.

Quick Start

Use the qa-tester skill to create a test suite for the attached FastAPI API endpoint, including unit and integration tests for authentication.