sf-debug
✓Salesforce 调试和故障排除技能,包括日志分析、调控器限制检测和代理修复建议。解析调试日志、识别性能瓶颈、分析堆栈跟踪并自动提出修复建议。
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/jaganpro/sf-skills --skill sf-debug- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 sf-debug?
Salesforce 调试和故障排除技能,包括日志分析、调控器限制检测和代理修复建议。解析调试日志、识别性能瓶颈、分析堆栈跟踪并自动提出修复建议。 来源:jaganpro/sf-skills。
如何安装 sf-debug?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jaganpro/sf-skills --skill sf-debug 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/jaganpro/sf-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01