ln-630-test-auditor

Audit test suites across six quality categories with five specialized workers.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-630-test-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-630-test-auditor
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-630-test-auditor
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-630-test-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audits test suites across quality categories, returns findings with severity and recommendations.

Core Features & Use Cases

  • Evaluate tests by risk-based value
  • Provide actionable guidance and scoring
  • Identify missing tests or redundant tests

Quick Start

Run the test suite auditor to collect findings for the current Story's tests.

Frequently Asked Questions about ln-630-test-auditor

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

FAQPage Schema
How do I audit test suite quality across multiple categories?

Test auditing evaluates your test suite across six quality categories using specialized analysis workers. The auditor coordinates discovery, research, and domain-aware assessment to generate usefulness scores and actionable findings with severity levels and recommendations for each test.

What does risk-based test value mean and how is it calculated?

Risk-based value prioritizes tests by their impact on reducing actual risks in your codebase rather than coverage alone. The auditor applies risk-aware analysis to identify which tests provide the highest value, helping you focus on meaningful test improvements.

Can this auditor identify redundant or missing tests in my suite?

Yes, test auditing detects both redundant tests that duplicate coverage and gaps where critical tests are missing. The auditor provides specific recommendations to eliminate duplication and close test coverage gaps aligned with your code's risk profile.

How does the auditor handle large codebases with many test files?

The auditor uses automated test discovery and parallel worker invocation to scale across large codebases. It propagates context throughout analysis and generates a unified report, making it practical for suites with significant test volume and complexity.

What output does the test auditor produce?

The auditor outputs findings organized by quality category with severity levels, usefulness scores for each test, actionable recommendations, and creates a single Linear task in Epic 0 to track remediation of identified issues.

Do I need to configure test discovery for my specific framework?

The auditor includes automated test discovery as a core feature, reducing manual configuration. It handles context propagation and domain-aware analysis across codebases to identify and evaluate tests without requiring framework-specific setup.