env-doctor-advanced
by Zicheng Liao
Automated environment audit to fix configuration gaps, detect secret leaks, and solve "works on my machine" issues.
- 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
Free
One-time purchase
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.
env-doctor-advanced
by Zicheng Liao
Automated environment audit to fix configuration gaps, detect secret leaks, and solve "works on my machine" issues.
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
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/env-doctor-advanced | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
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
File Scopes
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.