This is a structured approach to reading Salesforce debug logs when you hit governor limits, stack traces, or performance issues. It walks you through retrieving logs with the CLI, analyzing them in a specific order (exceptions first, then limits, then SOQL/DML patterns), and classifying severity before recommending a fix. The output format is rigid but practical: what failed, where, why, severity, fix, and how to verify. It explicitly delegates code generation to other skills and stays focused on diagnosis. The reference files include common patterns like SOQL-in-loop and before/after fix examples. Useful if you want a checklist instead of guessing why your transaction blew up at 9,000ms CPU.
npx skills add https://github.com/forcedotcom/sf-skills --skill debugging-apex-logs