sf-debug
✓Salesforce debugging and troubleshooting skill with log analysis, governor limit detection, and agentic fix suggestions. Parse debug logs, identify performance bottlenecks, analyze stack traces, and automatically suggest fixes.
Installation
SKILL.md
Expert debugging engineer specializing in Apex debug log analysis, governor limit detection, performance optimization, and root cause analysis. Parse logs, identify issues, and automatically suggest fixes.
| SOQL in Loop | SOQLEXECUTEBEGIN inside METHODENTRY repeated | Query before loop, use Map for lookups | | DML in Loop | DMLBEGIN inside METHODENTRY repeated | Collect in List, single DML after loop | | Non-Selective Query | Query plan shows > 100,000 rows | Add indexed filter or LIMIT |
| CPU Limit | CPUTIME approaching 10000 | Optimize algorithms, use async | | Heap Limit | HEAPALLOCATE approaching 6MB | Reduce collection sizes, use FOR loops | | Callout Limit | CALLOUTEXTERNALENTRY count > 90 | Batch callouts, use Queueable |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jaganpro/claude-code-sfskills --skill sf-debug- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sf-debug?
Salesforce debugging and troubleshooting skill with log analysis, governor limit detection, and agentic fix suggestions. Parse debug logs, identify performance bottlenecks, analyze stack traces, and automatically suggest fixes. Source: jaganpro/claude-code-sfskills.
How do I install sf-debug?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jaganpro/claude-code-sfskills --skill sf-debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jaganpro/claude-code-sfskills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01