ln-632-test-e2e-priority-auditor

Solid

Validates E2E coverage for critical paths (money, security, data integrity). Risk-based prioritization. Use when auditing E2E test coverage.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # E2E Critical Coverage Auditor (L3 Worker) **Type:** L3 Worker Specialized worker auditing E2E test coverage for critical paths (risk-based). ## Purpose & Scope - Audit **E2E Critical Coverage** (Category 2: High Priority) - Validate E2E coverage for critical paths (Money/Security/Data Priority >=20) - Validate E2E coverage for core user journeys (Priority 15-19) - Identify wasteful E2E tests (Usefulness Score <15) - Calculate compliance score (X/10) ## Inputs **MANDATORY READ:** Load `shared/references/audit_worker_core_contract.md`. Receives `contextStore` with: `tech_stack`, `testFilesMetadata`, `codebase_root`, `output_dir`. ## Workflow **MANDATORY READ:** Load `shared/references/two_layer_detection.md` for detection methodology. 1) **Parse Context:** Extract tech stack, critical paths, user journeys, test file list, output_dir from contextStore 2) **Identify Critical Paths (Layer 1):** Scan codebase for critical paths (Money, Security, Data) 2b) **Context Analysis (Layer 2 -- MANDATORY):** For each candidate critical path, ask: - Is this a helper function called from an already-E2E-tested path? -> **downgrade to MEDIUM** - Is thi...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category