b2b-backend-create-dev-test-docs

Generate Must Pass test case documents from API endpoints, PRD references, and DB data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-create-dev-test-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2b-backend-create-dev-test-docs
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-backend/hyeoni/create-dev-test-docs
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-create-dev-test-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate developer test case documents based on API endpoints, PRD, and database verification data to create Must Pass tests.

Core Features & Use Cases

  • Auto-generate test case docs from codebase (Controller/Service) and PRD references.
  • Integrate with dev DB to validate sample data and ensure realistic scenarios.
  • Produce structured docs ready for QA and developer handoff.

Quick Start

Provide the required details (document path, API endpoint, optional PRD path, and DB environment) to generate the test case document.

Frequently Asked Questions about b2b-backend-create-dev-test-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate developer test case documents from API endpoints?

To generate developer test case documents, provide the API endpoint, document path, and optional PRD path. The Skill analyzes Controller and Service code to extract function names, test purposes, and applicable scenarios for your Must Pass tests.

Can I use PRD references to create Must Pass tests automatically?

Yes, you can use PRD references to create Must Pass tests. The Skill optionally reads the provided PRD to identify included features, excluded items, and DB-driven validation rules, ensuring your test cases satisfy the documented requirements.

How does database validation work when generating test case docs?

Database validation works by integrating with your dev DB environment to validate sample data. This ensures the generated test case documents contain realistic scenarios and accurate DB-driven validation rules extracted from the provided database environment.

What do I need to start automating test case generation from my codebase?

To start automating test case generation, you need the document path, API endpoint, and DB environment. Providing an optional PRD path enhances the output by mapping extracted Controller and Service functions to specific requirement scenarios.

Does the generated test case document include excluded items and feature scope?

Yes, the generated test case document explicitly includes excluded items and feature scope. By analyzing your codebase and optional PRD references, it defines the exact test purpose, scope, and applicable scenarios to ensure comprehensive developer and QA handoff.

What is the best way to structure developer test cases for QA handoff?

The best way to structure developer test cases for QA handoff is to auto-generate a ready-to-use Markdown document. This document details function names, test purposes, scope, and DB validation rules extracted directly from your Controller and Service code.