ln-523-auto-test-planner

Plan automated E2E, Integration, and Unit tests using risk-based testing.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-523-auto-test-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-523-auto-test-planner
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-523-auto-test-planner
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-523-auto-test-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the planning of automated tests (E2E, Integration, Unit) by employing Risk-Based Testing principles after manual testing has been completed.

Core Features & Use Cases

  • Risk-Based Test Prioritization: Calculates test priorities based on risk assessment.
  • Task Delegation: Delegates the creation of automated tests to the ln-301-task-creator skill.
  • Use Case: After a round of manual testing on a new feature, this skill can analyze the results and risks to determine which areas are most critical for automated test coverage, then automatically create tasks for the development of those tests.

Quick Start

Use the ln-523-auto-test-planner skill to plan automated tests based on recent manual testing feedback.

Frequently Asked Questions about ln-523-auto-test-planner

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

FAQPage Schema
How do I plan automated tests using risk-based testing after manual testing?

Risk-based testing prioritizes automated test creation by assessing the potential impact and likelihood of failure in critical areas. It calculates priorities for E2E, Integration, and Unit tests based on post-manual testing risk assessment to allocate resources efficiently.

How do I prioritize which E2E and integration tests to automate?

To prioritize which E2E and integration tests to automate, apply risk-based testing principles to evaluate manual testing feedback. The system calculates priorities based on identified risks and critical areas, delegating task creation for high-priority automated tests.

Can I delegate automated test task creation based on risk assessment?

Yes, you can delegate automated test task creation based on risk assessment. This skill calculates test priorities using risk-based testing methodologies and delegates the creation of E2E, Integration, and Unit test tasks to the ln-301-task-creator skill.

Does automated test planning work with unit, integration, and E2E testing layers?

Yes, automated test planning works with unit, integration, and E2E testing layers. The skill plans automated tests across all three layers by applying risk-based testing methodologies post-manual testing to prioritize coverage based on identified risks.

What is the best way to allocate resources for automated testing?

The best way to allocate resources for automated testing is by applying risk-based testing to calculate test priorities. This ensures efficient allocation by focusing automated test creation on identified risks and critical areas found during manual testing.