Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

android-probe-logging

// Use when you need empirical proof a code path actually executed — branch entries, callback fires, coroutine continuations, suspect early returns. Insert temporary `Log.d` calls with a unique sentinel tag, redeploy, drive the app, read filtered logcat, then remove every probe before declaring done. The default investigation skill when the question is "did this run, in what order, with what values?"

$ git log --oneline --stat
stars:6
forks:0
updated:2026년 5월 20일 19:51
SKILL.md
readonly