prd-auto-test-loop

Generate and execute test plans and reports from PRD documents.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/jordi-murgo/agent-skills --skill prd-auto-test-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-auto-test-loop
Source: https://github.com/jordi-murgo/agent-skills/tree/main/prd-auto-test-loop
Command: npx skills add https://github.com/jordi-murgo/agent-skills --skill prd-auto-test-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of test plans and reports based on Product Requirements Documents (PRD), streamlining the testing process and ensuring standardized outcomes.

Core Features & Use Cases

  • PRD-driven Testing: Generates test plans and reports directly from PRD content.
  • Automated Test Execution: Executes tests in a structured manner, with AI assistance for self-healing and reporting.
  • Use Case: Ideal for organizations that require a systematic approach to testing, with a focus on versioned test plans and reports.

Quick Start

Initialize a new test directory and generate a test plan and report for version V0.6 by running the following command: ./scaffold_prd_test_pack.sh /path/to/project_root V0.6

Frequently Asked Questions about prd-auto-test-loop

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

FAQPage Schema
How do I generate test plans directly from PRD documents?

To generate test plans from PRD documents, you can automate the creation of structured test packs using a scaffolding script. This process extracts requirements to produce versioned test plans and reports directly from your PRD content.

What is PRD-driven test automation and how does it handle reporting?

PRD-driven test automation generates and executes test plans based on Product Requirements Documents. It handles reporting by automatically creating structured test reports and using AI-driven self-healing to maintain test execution.

Do I need Python to run automated test planning and execution scripts?

Yes, Python is a required dependency to run the automated test planning and execution scripts. You must have Python installed to scaffold directories and execute the self-healing test reports.

How do I initialize a test directory for a specific PRD version?

Initialize a test directory for a specific PRD version by running the scaffold script with your project root path and version number as arguments. This sets up the structure for your test plans and reports.

Can AI self-healing improve automated test execution from PRD content?

AI self-healing improves automated test execution by dynamically adjusting tests during the PRD-driven testing process. This ensures systematic test execution and maintains standardized reporting outcomes.

What is the best way to maintain version control for test plans and reports?

The best way to maintain version control for test plans and reports is to use a PRD-driven automation approach that scaffolds test packs by version. This ensures all test plans and reports are systematically versioned.