Env Check banner
redhat-community-ai-tools redhat-community-ai-tools

Env Check

Development community

Description

--- description: "Validate local development environment setup. Checks Python version, dependencies, env vars, config files, and unapplied migrations in one pass." --- # Environment Check The first thing you do when you clone a project (or revisit one after a few weeks) is make sure your local setup actually works. It could be a wrong runtime version, missing environment variables, or unapplied migrations. This command validates the entire local setup in one pass. ## Instructions ### 0. Det

Installation

Installs to ~/.claude/commands/redhat-community-ai-tools-claude-code-setup-evaluator-env-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/redhat-community-ai-tools/claude-code-setup-evaluator/HEAD/.claude/commands/env-check.md -o ~/.claude/commands/redhat-community-ai-tools-claude-code-setup-evaluator-env-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository