ios-watch-logs

Community

Stream filtered iOS app logs in real-time.

Authorasnar00
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides real-time, filtered log streaming from a connected iPhone, displaying only relevant app messages. It eliminates the noise of system logs, making debugging iOS applications significantly faster and more focused, and writes logs to a file for later analysis.

Core Features & Use Cases

  • Filtered Log Stream: Focuses on app-specific logs (those with [APP] prefix), cutting through thousands of irrelevant system messages.
  • Real-time Monitoring: Displays logs in the console as they happen and saves them to device-logs.txt for persistent record-keeping.
  • Use Case: When debugging an intermittent crash in your iOS app, use this skill to stream logs and pinpoint the exact sequence of events leading to the failure, without sifting through verbose system output.

Quick Start

Start watching real-time logs from the iOS app on my connected iPhone.

Dependency Matrix

Required Modules

pymobiledevice3

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ios-watch-logs
Download link: https://github.com/asnar00/miso/archive/main.zip#ios-watch-logs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository