What problem does it solve?
This Skill solves the challenge of reliably retrieving exact kernel/build/log output from Huawei CodeArts WebIDE when terminal text is rendered on a canvas and cannot be scraped or OCR’d accurately.
Core Features & Use Cases
- Byte-level exact output capture: Redirects terminal output into tracked files and reads results back locally via
git show for fidelity.
- End-to-end transit workflow: Runs commands on the 910B3 NPU host, commits on a scratch branch, pushes to gitcode, then fetches and displays the artifacts locally.
- Browser-state aware execution: Uses chrome-devtools MCP page selection to target the correct WebIDE tab and ensures the xterm terminal input focus before running commands.
Quick Start
Tell your AI assistant to drive the open CodeArts WebIDE terminal on the 910B3 instance, run your build or NPU command with output redirected to tmp/<topic>/out.log, push a scratch/<topic> branch to gitcode, and then retrieve the exact logs locally using git show.