This is for automating WeChat mini-programs through miniprogram-automator, which drives the WeChat DevTools to navigate pages, query elements, mock wx APIs, and capture screenshots. It defaults to giving you standalone Node scripts you can run immediately rather than jumping straight to Jest boilerplate. The guidance is opinionated about version 0.12.0+ (older versions break on CLI syntax), waiting strategies (waitFor with selectors beats hardcoded sleeps), and the custom component selector trap where page.$ can't pierce into components. You get templates for both launch workflows and connect workflows, plus specific reminders about enabling the service port in DevTools security settings. Useful when you need working E2E automation code fast without guessing at boilerplate.
npx skills add https://github.com/whinc/wechat-miniprogram-skills --skill miniprogram-automation