review-to-test-planner

Convert review findings into bounded test-generation tasks with evidence mappings.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/danielbaustin/agent-design-language --skill review-to-test-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-to-test-planner
Source: https://github.com/danielbaustin/agent-design-language/tree/main/adl/tools/skills/review-to-test-planner
Command: npx skills add https://github.com/danielbaustin/agent-design-language --skill review-to-test-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Convert CodeBuddy review findings, specialist artifacts, and review packets into concrete, bounded test-generation tasks, enabling safe, non-mutating handoffs to testing workflows.

Core Features & Use Cases

  • Translates findings into focused, bounded test tasks with explicit target behavior, source, and evidence.
  • Produces a structured review-to-test plan with findings-to-task mappings, generation status, and test-generator handoffs.
  • Supports multiple input sources (review packets, artifacts, syntheses, or findings files) and outputs a plan artifact for downstream validation.

Quick Start

Provide a review_root containing a review packet or artifacts, then run the planner to emit a structured review-to-test-plan artifact.

Frequently Asked Questions about review-to-test-planner

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

FAQPage Schema
How do I convert code review findings into test generation tasks?

The planner bounds scope by anchoring test-generation tasks to observable behavior and evidence found in review packets. It processes review findings, specialist artifacts, and syntheses to identify test locations, fixtures, and assertions without executing tests.

How do I generate a structured test plan from code review artifacts?

To generate a structured test plan from review artifacts, run the planner with a review_root containing your findings or specialist artifacts. It outputs a structured review-to-test-plan artifact with findings-to-task mappings and test-generator handoffs.

Can I use review analysis to plan tests without mutating my repository?

Yes, you can plan tests from review analysis without mutating your repository. The planner operates on review packets and artifacts to bound scope and produce test-generation handoffs, explicitly avoiding test execution or repository mutations.

What inputs do I need to create a bounded test-generation plan from a review packet?

Creating a bounded test-generation plan requires a review_root containing a review packet, specialist artifacts, syntheses, or findings files. The planner uses these inputs to identify target behaviors, sources, and evidence for safe handoffs.

Does the review-to-test planner execute the tests it plans?

No, the review-to-test planner does not execute tests. It strictly converts review findings into bounded test-generation tasks with explicit assertions and fixtures, outputting a structured plan artifact for downstream validation and testing workflows.