env-doctor-advanced
by Timoranjes
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
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
Sample input
Audit my environment setup. It works locally but fails in CI, and I'm worried about secret leaks or version mismatches.
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 Timoranjes
Automated environment audit to fix configuration gaps, detect secret leaks, and solve "works on my machine" issues.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
- Instant install
Sample input
Audit my environment setup. It works locally but fails in CI, and I'm worried about secret leaks or version mismatches.
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
Known Limitations
- Cannot modify environment files directly.
- Cannot access encrypted secrets in CI/CD providers (e.g., GitHub Secrets).
- Limited to scanning text-based configuration files.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/env-doctor-advanced -o /tmp/env-doctor-advanced.zip && unzip -o /tmp/env-doctor-advanced.zip -d ~/.claude/skills && rm /tmp/env-doctor-advanced.zipFree 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
Claude Code, Cursor, Windsurf, GitHub Copilot CLI
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills

sast-configuration
Automate the setup and optimization of Semgrep, SonarQube, and CodeQL for high-signal security testing.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
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.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.