review-configuration

Audit environment variables and build toolchain configurations across monorepo packages.

18|4|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-configuration
Source: https://github.com/louisbrulenaudet/monorepo-template/tree/main/.agents/skills/review-configuration
Command: npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill review-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of maintaining consistent, secure, and production-ready configurations across a monorepo by automating the audit of environment variables, build settings, and infrastructure definitions.

Core Features & Use Cases

  • Environment & Secret Audit: Ensures secrets are never committed and that environment variables are correctly documented in .dev.vars.example.
  • Tooling Alignment: Validates consistency across Cloudflare Wrangler, Vite, TypeScript, and OXC configurations to prevent build-time errors and runtime drift.
  • Use Case: Before a production deployment, use this Skill to verify that your TypeScript strict mode, OXC linting rules, and Cloudflare compatibility dates are correctly configured and aligned with the repository standards.

Quick Start

Run the review-configuration skill to perform a comprehensive audit of all environment and build settings in the current repository.

Frequently Asked Questions about review-configuration

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

FAQPage Schema
How do I audit environment variables and secrets in a monorepo before deployment?

Auditing environment variables in a monorepo requires verifying secrets are never committed and ensuring variables are correctly documented in .dev.vars.example files across all packages.

How do I check Cloudflare Wrangler configuration consistency across a monorepo?

Checking Cloudflare Wrangler configuration consistency involves validating compatibility dates and infrastructure definitions across all packages to prevent runtime drift and build-time errors.

Can I validate TypeScript strict mode and OXC linting rules across multiple packages?

Yes, you can validate TypeScript strict mode and OXC linting rules across multiple packages to ensure strict adherence to defined formatting standards and prevent build-time errors.

Does this configuration audit work with Vite and Cloudflare build toolchains?

Yes, the configuration audit validates consistency across Vite, Cloudflare Wrangler, and TypeScript configurations to ensure tooling alignment and build reproducibility within the workspace.

What is the best way to ensure production parity in a monorepo architecture?

The best way to ensure production parity in a monorepo architecture is performing a comprehensive configuration audit that validates build reproducibility, secret security, and infrastructure alignment across all applications.

Why does my monorepo build fail due to configuration drift between packages?

Monorepo builds fail due to configuration drift when TypeScript, Vite, or Cloudflare Wrangler settings are inconsistent across packages, causing build-time errors and runtime drift between environments.