This is a structured framework for reading Salesforce debug logs when you hit governor limits, chase down exceptions, or need to figure out why a transaction died. It walks you through retrieval, analysis order (exceptions first, then limits, then SOQL/DML patterns), and gives you a six-field output format so you deliver root cause, not symptoms. The skill explicitly delegates code generation to generating-apex and test execution to running-apex-tests, keeping scope tight on diagnosis. It includes a scoring rubric, common issue patterns like SOQL-in-loop, and reference files for CLI commands and benchmarking. If you spend time scrolling through 2MB logs trying to spot the line that burned your CPU budget, this gives you a repeatable method.
npx skills add https://github.com/forcedotcom/afv-library --skill debugging-apex-logs