salesforce-advanced-troubleshooting
Installation
SKILL.md
Salesforce Advanced Troubleshooting
Overview
Deep debugging techniques for complex Salesforce issues: Apex debug log analysis, SOQL query plan optimization, governor limit diagnosis, and EventLogFile forensics.
Prerequisites
- Salesforce CLI authenticated
- Access to Setup > Debug Logs
- Understanding of Apex governor limits
- Enterprise+ for EventLogFile access
Instructions
Step 1: Enable Debug Logging
# Set up debug logging for a specific user
sf apex log list --target-org my-org
Related skills