What problem does it solve? Onboarding a repository or preparing a new project often fails because runtimes, tools, authentication, or workspace settings are missing or misconfigured, and ad-hoc setup silently mutates machines without evidence or approval. ## Core Features & Use Cases - Evidence-Based Assessment: Inventories editors, Git, CLIs, runtimes, package managers, containers, and workspace configuration, classifying each requirement as ready, missing, misconfigured, unverified, or not-applicable with redacted evidence. - Approval-Gated Setup: Separates read-only assessment from mutating actions, requiring explicit approval before repository writes, installations, authentication, or remote changes, with secrets entered only by the user. - Validated Reporting: Produces a schema-validated JSON report and a derived Markdown report covering build, test, lint, debug, and security verification outcomes. - Use Case: When adopting a new Node.js repository, run this Skill to detect a missing supported Node release and absent test task, approve repository-local setup, then verify install, lint, test, debug, and security commands end to end. ## Quick Start Assess this repository's development environment readiness and produce an ordered remediation plan before I start coding.