2

    env-doctor-advanced

    by Zicheng Liao

    Automated environment audit to fix configuration gaps, detect secret leaks, and solve "works on my machine" issues.

    Updated May 2026
    0 installs

    Free

    One-time purchase

    Included in download

    • Downloadable skill package
    • 2 permissions declared
    • Instant install

    See it in action

    A real example of what this skill takes in and produces.

    Sample output

    CRITICAL: DB_PASSWORD is defined in .env but missing from .github/workflows/test.yml. SECURITY: AWS_SECRET_KEY found in .env.development (unencrypted). WARNING: Project requires Node v18 (package.json) but CI runner is using v16.4.2. ADVICE: 3 variables in .env are never used in /src.

    About This Skill

    Stop "Works on My Machine" Frustration

    Debugging environment configuration is one of the most tedious tasks for developers. This skill acts as a comprehensive diagnostic bridge between your local setup, containerized environments, and CI/CD pipelines. It automates the process of identifying why an application runs in one place but fails in another by analyzing the subtle layers of configuration that human eyes often miss.

    What it does

    The Environment Doctor performs a multi-layer audit of your project's configuration ecosystem. It doesn't just look at files; it builds a mental model of how your environment variables flow from development to production.

    • Gap Analysis: Compares .env.example against local and CI configs to find missing dependencies.
    • Security Auditing: Scans for accidentally committed secrets, hardcoded credentials, and weak production defaults.
    • Version Parity: Detects mismatches between local runtime versions (Node/Python) and CI or Docker specifications.
    • Path Validation: Identifies hardcoded absolute paths and cross-platform pathing issues that cause deployment failures.

    Why use this skill?

    Unlike a simple grep, this skill understands context. It knows the difference between a variable defined in a shell profile and one injected by GitHub Actions. It provides a structured Diagnosis Report that categorizes issues by severity, allowing you to fix onboarding blockers or security leaks in seconds rather than hours of troubleshooting.

    Use Cases

    • Resolve 'it works on my machine' discrepancies between local and CI environments
    • Audit .env files for leaked secrets and unencrypted credentials
    • Onboard new developers by identifying missing local environment variables
    • Synchronize Docker and shell configurations to ensure consistent runtimes

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Environment Variables

    File Scopes

    env-doctor-advanced/**

    Frequently Asked Questions

    More Premium Skills

    Free