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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/jaganpro/sf-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01