Check whether environment variables are documented, referenced in code, and visible in deployment-related configuration.
From claude-dev-ecosystemnpx claudepluginhub oiranca/claude-dev-ecosystemThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides slash command development for Claude Code: structure, YAML frontmatter, dynamic arguments, bash execution, user interactions, organization, and best practices.
Use this skill to compare environment variable documentation against source usage patterns and deployment-related configuration.
This skill detects likely consistency gaps. It does not prove that deployment variables are missing from external platform UIs.
Identify environment variable issues such as:
.agent-cache/skill_budget_state.json. Max 1 run per cycle; requires explicit justification..agent-cache/AGENT_STATE.json.docs/STACK_PROFILE.md.docs/INVENTORY.md..env.example, .env.sample, .env.template..env.local.example, .env.development.example, .env.production.example.netlify.toml, vercel.json, docker-compose.yml.node_modules/, .git/, dist/, build/, vendor/.As context is isolated, the Team Lead must ensure the agent has access to the following artifacts:
AGENT_STATE.json.docs/STACK_PROFILE.md.docs/INVENTORY.md.Extract variable names from the env template file.
Extract names visible in the 2 reviewed deployment config files only.
Scan source paths only for environment variable patterns:
process.env.import.meta.env.os.environ["..."]os.getenv("...")env("...")Search only in likely app code paths: src/, lib/, app/, pages/.
Classify findings as:
The security-reviewer owns the generated artifact.
docs/ENV_REPORT.md.docs/DECISIONS.md.docs/DECISIONS.md.docs/ENV_REPORT.md and mark as clean.