miniapp-devtools-cli-repair
Installation
SKILL.md
Miniapp Devtools Cli Repair
Overview
Use this skill when the user needs CLI-visible evidence from WeChat DevTools. Treat the official CLI as the primary observability surface for compile and preview failures.
Quick Start
- Read
references/cli-repair-playbook.md. - Confirm the official DevTools CLI exists and can print help.
- Use
opento establish IDE connectivity and the live service port. - Use
previewas the primary mini program compile check. - Classify the result as:
- CLI-visible and auto-fixable
- CLI-visible but not safe to auto-fix
- host or account blocker
- outside preview scope and better handled by GUI or service-level debugging