Connect Shipbook to your AI coding assistant to investigate issues using real application logs. Shipbook's Loglytics engine automatically classifies errors and provides structured insights, while powerful log search lets AI agents explore runtime events. Includes skills for installing the SDK, auditing logs for PII…
Audit log statements in the codebase for PII exposure and sensitive data leaks. Scans all logging calls and reports issues. Does not make changes — only reports findings and asks the user before fixing anything.
Debug a specific user session in Shipbook. Finds logs for a user by email, device ID, or user ID, then traces the full session to understand what happened.
Install and integrate the Shipbook SDK into a project. Detects the platform, installs the package, configures initialization, wraps existing loggers, sets correct log levels, integrates with Crashlytics if present, optionally adds API call logging, and runs a log audit at the end.
List and analyze classified errors and warnings from Shipbook Loglytics. Retrieves the full list of issues, analyzes the code at each error location, groups them by root cause, and suggests fixes.