ln-632-test-e2e-priority-auditor

Audit E2E test coverage for critical paths and core journeys.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill validates End-to-End coverage for critical paths (Money, Security, Data) and core journeys, flagging gaps and overuse of E2E tests.

Core Features & Use Cases

  • Identify money/security/data critical paths
  • Check E2E coverage for critical paths and core journeys (Priority ≥15)
  • Flag wasteful E2E tests with usefulness scoring guidance
  • Return structured findings and recommended actions

Quick Start

Run ln-632-test-e2e-priority-auditor to assess E2E coverage against risk-based priorities.

Frequently Asked Questions about ln-632-test-e2e-priority-auditor

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

FAQPage Schema
How do I audit E2E test coverage for critical paths and core journeys?

E2E test coverage auditing validates that critical paths (Money, Security, Data with priority ≥20) and core journeys (priority 15–19) have adequate End-to-End tests. Run ln-632-test-e2e-priority-auditor against your test files and codebase structure to identify coverage gaps, flag wasteful tests, and receive a compliance score aligned with risk-based priority levels.

What's the best way to identify gaps in E2E testing for security and data workflows?

Risk-based priority auditing systematically maps your E2E tests against critical paths in Money, Security, and Data domains. The auditor applies priority thresholds (≥20 for critical, 15–19 for core journeys), flags underutilized or redundant tests, and outputs structured findings with recommended actions to close coverage gaps.

Can I use E2E priority auditing to detect wasteful or redundant tests?

Yes. The auditor scores test usefulness and flags E2E tests that duplicate coverage or provide low value relative to risk. It returns guidance on which tests to consolidate or remove, helping optimize your test suite without sacrificing coverage of high-priority paths.

What outputs does an E2E coverage audit provide?

The audit generates coverage metrics for critical paths and core journeys, structured findings highlighting gaps and overuse, recommendations for remediation, and a final compliance score computed from the documented scoring algorithm. Results integrate with the ln-630 coordinator pipeline.

When should I run an E2E test priority audit?

Run a priority audit when you need to validate that high-risk workflows in Money, Security, and Data have sufficient E2E coverage, after significant code changes that affect critical paths, or when test suite costs demand optimization. It ensures E2E tests are aligned with business-critical priorities.

What inputs does the E2E priority auditor require?

The auditor requires the contextStore, your codebase structure, and test file lists as inputs. It applies these against risk-based priority definitions to map tests to critical paths and core journeys, then outputs coverage metrics and compliance scores.