ln-633-test-value-auditor

Calculate Usefulness Scores and assign KEEP, REVIEW, or REMOVE labels to tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps prioritize tests by objectively scoring their usefulness based on impact and probability, leading to more efficient testing efforts.

Core Features & Use Cases

  • Usefulness Score Calculation: Computes a score using Impact × Probability.
  • Decision Making: Assigns KEEP, REVIEW, or REMOVE labels based on predefined score thresholds.
  • Use Case: A developer can use this skill to quickly assess a suite of tests, identifying which ones provide the most value and which might be redundant or low-impact.

Quick Start

Use the ln-633-test-value-auditor skill to review the current tests and provide KEEP/REVIEW/REMOVE decisions.

Frequently Asked Questions about ln-633-test-value-auditor

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

FAQPage Schema
How do I calculate a usefulness score for my tests?

To calculate a usefulness score for test prioritization, multiply the Impact by the Probability of each test. This score quantifies test value to help you optimize your test suite efficiently.

What is the best way to decide which tests to keep or remove?

The best way to decide which tests to keep or remove is to categorize them using score thresholds. Tests are assigned KEEP, REVIEW, or REMOVE labels based on their calculated usefulness score.

How does automated test suite optimization work?

Automated test suite optimization works by objectively scoring test usefulness based on impact and probability, leading to more efficient testing efforts. It identifies high-value tests and flags redundant ones.

Can I use a usefulness score to prioritize tests for any developer project?

Yes, you can use a usefulness score to prioritize tests for any developer project. It provides objective scoring based on impact and probability to support quality assurance across your test suite.

When do I need to review or remove tests from my suite?

You need to review or remove tests from your suite when their usefulness score falls below predefined thresholds. This automated decision-making process identifies low-impact or redundant tests.

What do I need to provide to start scoring test value?

To start scoring test value, you need to provide your current tests for review. The auditor will then calculate scores and provide KEEP, REVIEW, or REMOVE decisions based on impact and probability.