ln-630-test-auditor

Solid

Coordinates test suite audit across business logic, E2E coverage, value, isolation, manual quality, and structure. Use when auditing entire test suite.

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}`. # Test Suite Auditor (L2 Coordinator) **Type:** L2 Coordinator Coordinates comprehensive test suite audit across 8 quality categories using 7 specialized workers. Discovers both automated tests (`*.test.*`, `*.spec.*`) and manual tests (`tests/manual/**/*.sh`). ## Purpose & Scope - **L2 Coordinator** that delegates to L3 specialized audit workers - Audits all tests against 8 quality categories (via 7 workers) - Calculates **Usefulness Score** for each test (Keep/Remove/Refactor) - Identifies missing tests for critical business logic - Detects anti-patterns and isolation issues - Aggregates results into unified report - Write report to `docs/project/test_audit.md` (file-based, no task creation) - Manual invocation by user; not part of Story pipeline **MANDATORY READ:** Load `shared/references/audit_runtime_contract.md`, `shared/references/audit_summary_contract.md`, `shared/references/audit_coordinator_aggregation.md`, and `shared/references/audit_coordinator_domain_mode.md`. ## Runtime Contract Use `shared/scripts/audit-runtime/cli.mjs` as orchestration SSOT. Runtime phase map: 1. `PHASE_0_CONFIG` 2. `PHASE_1_DISCOVERY` 3. `PHASE_2_RESEARCH` 4...

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