What problem does it solve? Compiling Divalto DIVA projects with xwin7.exe involves fragile details: accented profile names fail silently due to encoding, missing users crash the compiler and corrupt compiled objects, and raw compilation logs are hard to interpret. This Skill orchestrates the full compile-and-verify workflow and turns raw reports into structured, actionable error lists. ## Core Features & Use Cases - Standalone harness generation: Generate a mini-project (.dhpt + .dhps) around a single .dhsp/.dhsq source file for a fast ~42s validation loop during iterative development. - Real project compilation: Compile an existing .dhpt via compile_project.py, which writes an ISO-8859-1 PowerShell script so accented profiles like "développement" are recognized, validates the profile against the project before launching, and supports incremental build, full buildall, subproject, and single-source scopes. - Report parsing and diagnosis: Parse xwin7 compilation reports into JSON with summary counts, errors with source-file context, warnings, and specialized diagnosis for "clip grille" screen-mask overflow errors. - Use Case: After editing a .dhsp source file, generate a standalone harness, compile it, and parse the report to get each error with its source file and line context before running a full ERP integration build. ## Quick Start Compile my Divalto project at C:\projets\divalto.dhpt with the développement profile and tell me whether there are any compilation errors.