axiom-xclog-ref
Installation
SKILL.md
xclog Reference (iOS Simulator Console Capture)
xclog captures iOS simulator console output by combining simctl launch --console (print/debugPrint/NSLog) with log stream --style json (os_log/Logger). Single binary, no dependencies.
Binary Location
${CLAUDE_PLUGIN_ROOT}/bin/xclog
When to Use
- Runtime crashes — capture what the app logged before crashing
- Silent failures — network calls, data operations that fail without UI feedback
- Debugging print() output — see what the app is printing to stdout/stderr
- os_log analysis — structured logging with subsystem, category, and level filtering
- Automated log capture —
--timeoutand--max-linesfor bounded collection