ln-647-env-config-auditor

Solid

Checks env var config sync, missing defaults, naming conventions, startup validation. Use when auditing environment configuration.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 97/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/`) 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}`. # Env Config Auditor (L3 Worker) **Type:** L3 Worker Specialized worker auditing environment variable configuration, synchronization, and hygiene. ## Purpose & Scope - Audit **env var configuration** across code, .env files, docker-compose, CI configs - 4 check categories: File Inventory, Variable Synchronization, Naming & Quality, Startup Validation - 11 checks total (C1.1-C1.3, C2.1-C2.3, C3.1-C3.3, C4.1-C4.2) - Calculate compliance score (X/10) - Stack-adaptive detection (JS, Python, Go, .NET, Java, Ruby, Rust) **Out of Scope:** - Hardcoded secrets detection in source code (security auditor domain) - .gitignore/.dockerignore patterns (project structure auditor domain) - Env file generation/scaffolding (bootstrap domain) ## Inputs **MANDATORY READ:** Load `shared/references/audit_worker_core_contract.md`. Receives `contextStore` with tech stack, codebase root, output_dir, domain_mode, scan_path. ## Workflow **MANDATORY READ:** Load `shared/references/two_layer_detection.md` for detection methodology. **MANDATORY READ:** Load `references/config_rules.md` for detection patterns. ### Phase 1: Parse Context + Detect Stack ``` 1. Parse: codebase_root,...

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