ln-636-manual-test-auditor

Solid

Checks manual test scripts for harness adoption, golden files, fail-fast, config sourcing, idempotency. Use when auditing manual test quality.

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}`. # Manual Test Quality Auditor (L3 Worker) **Type:** L3 Worker Specialized worker auditing manual test scripts for quality and best-practice compliance. ## Purpose & Scope - Audit **Manual Test Quality** (Category 7: Medium Priority) - Evaluate bash test scripts in `tests/manual/` against quality dimensions - Calculate compliance score (X/10) ## Inputs **MANDATORY READ:** Load `shared/references/audit_worker_core_contract.md`. Receives `contextStore` with: `tech_stack`, `testFilesMetadata` (filtered to `type: "manual"`), `codebase_root`, `output_dir`. Manual test metadata includes: `suite_dir`, `has_expected_dir`, `harness_sourced`. ## Workflow **MANDATORY READ:** Load `shared/references/two_layer_detection.md` for detection methodology. 1) **Parse Context:** Extract manual test file list, output_dir, codebase_root from contextStore 2) **Discover Infrastructure:** Detect shared infrastructure files: - `tests/manual/config.sh` -- shared configuration - `tests/manual/test_harness.sh` -- shared test framework (if exists) - `tests/manual/test-all.sh` -- master runner - `tests/manual/TEMPLATE-*.sh` -- test templates (if exist) - `t...

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