Browse Skills

Ln 636 Manual Test Auditor

v1.0.0

Audits manual test scripts (tests/manual/) for harness adoption, golden file completeness, fail-fast, config sourcing, template compliance, idempotency.

Lev Nikolaevich
3

Ln 635 Test Isolation Auditor

v1.0.0

Checks isolation (APIs/DB/FS/Time/Random/Network), determinism (flaky, order-dependent), and 7 anti-patterns.

Lev Nikolaevich
2

Ln 634 Test Coverage Auditor

v1.0.0

Identifies missing tests for critical paths (Money 20+, Security 20+, Data Integrity 15+, Core Flows 15+). Returns list of untested critical business logic with priority justification.

Lev Nikolaevich
4

Ln 633 Test Value Auditor

v1.0.0

Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).

Lev Nikolaevich
3

Ln 632 Test E2e Priority Auditor

v1.0.0

E2E Critical Coverage audit worker. Validates E2E coverage for critical paths (Money 20+, Security 20+, Data 15+). Pure risk-based - no pyramid percentages.

Lev Nikolaevich
3

Ln 631 Test Business Logic Auditor

v1.0.0

Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.

Lev Nikolaevich
4

Ln 630 Test Auditor

v1.0.0

Test suite audit coordinator: automated + manual tests. Delegates to 7 workers (Business Logic, E2E, Value, Coverage, Isolation, Manual Quality, Structure). Output: docs/project/test_audit.md.

Lev Nikolaevich
5

Ln 629 Lifecycle Auditor

v1.0.0

Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings.

Lev Nikolaevich
2

Ln 628 Concurrency Auditor

v1.0.0

Checks async races, thread safety, TOCTOU, deadlocks, blocking I/O, resource contention, cross-process races. Two-layer detection: grep + agent reasoning.

Lev Nikolaevich
3

Ln 627 Observability Auditor

v1.0.0

Checks structured logging, health check endpoints, metrics collection, request tracing, log levels. Returns findings with severity, location, effort, recommendations.

Lev Nikolaevich
3

Ln 626 Dead Code Auditor

v1.0.0

Checks unreachable code, unused imports/variables/functions, commented-out code, backward compatibility shims, deprecated patterns. Returns findings.

Lev Nikolaevich
3

Ln 625 Dependencies Auditor

v1.0.0

Checks outdated packages, unused deps, reinvented wheels, vulnerability scan (CVE/CVSS). Supports mode: full | vulnerabilities_only.

Lev Nikolaevich
3