What problem does it solve? Development containers often lack the tools, SDKs, and environment variables needed to build arbitrary projects, forcing users to manually investigate and install missing dependencies. This Skill closes that gap by analyzing E2E diagnostics logs, identifying missing capabilities, and driving a structured proposal-to-implementation workflow for improving the forge container image. ## Core Features & Use Cases - Diagnostics Analysis: Reads raw diagnostics logs and distilled summaries to detect missing env vars, runtimes, SDKs, caches, network access, and shell tools. - Proposal State Machine: Files one proposal per gap and tracks it through proposed, reviewed, approved, implemented, rejected, or stale states. - Guided Implementation: Applies approved changes to the Containerfile and entrypoint script with per-proposal commits and evidence tracking. - Use Case: After an E2E run reveals that Flutter and Rust are missing from the forge image, run this Skill to file proposals for each gap, wait for orchestrator approval, then implement the Containerfile and entrypoint changes with cited diagnostics evidence. ## Quick Start Run the diagnose-forge command to analyze the latest forge diagnostics and file improvement proposals for any detected gaps.