What problem does it solve?
Diagnose runtime failures, governor limit breaches, and performance bottlenecks from Salesforce debug logs so developers can find root causes quickly without manual log spelunking.
Core Features & Use Cases
- Log Analysis: Parse Apex debug logs and surface exceptions, stack traces, and method hotspots.
- Governor Limit Detection: Detect SOQL, DML, CPU, and heap pressure and flag warning/critical thresholds.
- Performance Investigation: Identify SOQL-in-loop, DML-in-loop, non-selective queries, and slow methods with suggested remediation.
- Agentic Fix Suggestions & Scoring: Provide prioritized, 100-point severity scoring and actionable fix recommendations that integrate with adjacent skills for code fixes and testing.
- Use Case: Rapidly triage an Account trigger causing CPU spikes by pulling the latest log, identifying repeated SOQL calls, and recommending a map-based bulkification approach.
Quick Start
Analyze the latest debug log for org alias dev and report SOQL/DML in-loop issues, CPU/heap usage, and prioritized fix suggestions.