What problem does it solve? Getting a second opinion or fix from ChatGPT web normally requires manually zipping project files, uploading them, waiting for a response, downloading the returned zip, and carefully applying it without overwriting local work. This Skill automates that entire loop with bounded context packaging, Oracle CLI browser automation, and guarded zip application. ## Core Features & Use Cases - Bounded Context Packaging: Bundled PowerShell and Bash packagers zip only explicitly selected folders/files, honoring Git ignore rules and per-path exclude patterns, so no secrets or build artifacts leak into the upload. - Oracle Runtime Case Resolution: Supports local Windows, cloud-Linux-to-local-Linux, and cloud-Linux-to-local-Windows browser bridge setups, resolved from user input or oracle_runtime.local.json. - Automatic Returned-Zip Application: After GPT Web responds, the Skill validates the returned zip, extracts to a temp directory, compares against the live repo, applies changes safely, runs project validation, and cleans up consumed zip artifacts. - Use Case: A developer on a cloud Linux server asks GPT Web to fix a bug in the sdlc repo; the Skill packages the configured paths, sends the request through the local Windows Chrome browser via the Oracle bridge, then applies and validates the returned fix zip automatically. ## Quick Start Use the gpt-web-fix-flow skill to package the current project context, send it to GPT Web for a fix, and apply the returned zip when it comes back.