cc-scout-env

Audit repository environment setups and produce a reproducibility score.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/z23cc/cc-code --skill cc-scout-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-scout-env
Source: https://github.com/z23cc/cc-code/tree/main/skills/cc-scout-env
Command: npx skills add https://github.com/z23cc/cc-code --skill cc-scout-env

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures developer environments are reproducible and properly configured, preventing "works on my machine" issues by auditing environment templates, container configurations, and runtime pinning.

Core Features & Use Cases

  • Environment conformity checks: validates presence of env templates (.env.*), ignores known sensitive files, and detects deviations across machines.
  • Containerization and tooling audit: verifies Docker/devcontainer configurations, version pins, and setup scripts to guarantee consistent setups for new hires or CI.
  • Reproducibility scoring and remediation guidance: produces a reproducibility score and prioritized recommendations to fix gaps in the repository.

Quick Start

Use the Env Scout to scan your repository's environment setup and generate a reproducibility score.

Frequently Asked Questions about cc-scout-env

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my repository for environment reproducibility issues?

To audit environment reproducibility, scan environment variables, Docker configurations, runtime pins, and setup scripts across your repository. This process flags configuration gaps and generates a reproducibility score to guide remediation.

What causes "works on my machine" issues in Docker devcontainer setups?

"Works on my machine" issues in devcontainer setups stem from unpinned runtime versions, missing environment templates, and inconsistent setup scripts. Auditing these configurations detects deviations and ensures consistent environments for CI and new hires.

How can I check if my environment variables and setup scripts are consistent across machines?

Check environment consistency by validating the presence of environment templates like .env files, detecting deviations, and verifying setup scripts. An environment conformity audit ignores sensitive files and flags missing configuration.

Does this environment audit tool require any specific dependencies or components to run?

No specific dependencies or components are required to run the environment audit. The tool analyzes existing repository files such as container configurations and version pins directly to produce a structured readiness audit.

What is a reproducibility score for a development environment?

A reproducibility score is a metric generated by auditing container configurations, environment variables, and runtime pins. It quantifies how reliably a development environment can be reproduced and provides prioritized remediation guidance.

When should I run a containerization and tooling audit on my project?

Run a containerization and tooling audit when onboarding new hires or preparing CI pipelines. Verifying Docker configurations and version pins guarantees consistent setups and prevents environment drift across machines.