When you need to see what's actually happening on a device, this skill gives you the complete rundown of iOS and Android logging tools. It covers everything from Console.app and Android Studio's Logcat to command-line tools like devicectl and adb logcat, with real filtering examples for finding JavaScript errors, crashes, or network issues in the noise. The predicate examples for iOS and the adb filter patterns are especially handy since those syntaxes are easy to forget. It's comprehensive without being overwhelming, and the side-by-side platform comparison makes it easy to switch contexts when you're debugging across iOS and Android builds of the same app.
npx skills add https://github.com/cap-go/capgo-skills --skill ios-android-logs