When you're staring at a Salesforce debug log trying to figure out why your transaction blew past the CPU limit or threw a null pointer three layers deep in a trigger, this is the skill that walks you through structured root cause analysis. It handles the full loop: retrieves logs via SF CLI, classifies issues by severity (Critical/Warning/Info), identifies the usual suspects like SOQL in loops or heap pressure, and delivers six-field findings with location, root cause, and a verification step. The 100-point scoring rubric keeps analysis thorough. It deliberately stays out of code generation and test execution, those get handed off to other skills so this one stays focused on diagnosis.
npx -y skills add forcedotcom/sf-skills --skill platform-apex-logs-debug --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot