stop-logs-device-structured

Collect macOS device logs into logarchive and text summary files.

103|6|Updated Aug 2, 2025
One-click install
npx skills add https://github.com/n0an/VivaDicta --skill stop-logs-device-structured
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop-logs-device-structured
Source: https://github.com/n0an/VivaDicta/tree/main/.claude/skills/stop-logs-device-structured
Command: npx skills add https://github.com/n0an/VivaDicta --skill stop-logs-device-structured

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects device logs from the timestamp recorded by /start-logs-device-structured using sudo log collect.

Core Features & Use Cases

  • Prepare a deterministic log collection workflow when a start timestamp and UDID are available.
  • Generate both a .logarchive for full data and a readable .txt summary for quick analysis.
  • Supports post-collection analysis by filtering and summarizing errors and warnings.

Quick Start

Run the skill to prepare the log collection script, then execute it to collect device logs with sudo log collect.

Frequently Asked Questions about stop-logs-device-structured

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect macOS device logs from a specific start timestamp?

Collect macOS device logs from a specific start timestamp by running a workflow that executes sudo log collect, prompting for a sudo password. It outputs both a .logarchive file and a readable text summary for analysis.

What is the best way to capture device logs on macOS for debugging?

The best way to capture device logs on macOS for debugging is using sudo log collect. This process generates a full .logarchive file and a summarized .txt file, saving them under the logs directory for quick analysis.

Do I need a sudo password to collect device logs on macOS?

Yes, you need a sudo password to collect device logs on macOS because the workflow executes the sudo log collect command. This elevated privilege is required to securely access and retrieve the system's unified log data.

Can I filter the device logs collected using sudo log collect?

Yes, you can filter the device logs collected using sudo log collect. The workflow supports post-collection analysis by using ARGS for targeted insight, allowing you to summarize specific errors and warnings from the output files.

What file formats are generated when collecting macOS device logs?

Collecting macOS device logs generates two output formats: a .logarchive file containing the full data under logs/vivadicta_device_*.logarchive, and a readable .txt summary saved as logs/device_*.txt for quick analysis.

Does macOS device log collection require a UDID and start timestamp?

Yes, macOS device log collection requires a UDID and a start timestamp recorded by a start-logs workflow. These inputs prepare a deterministic log collection workflow to capture the exact timeframe needed for debugging.