debugging-apex-logs

debugging apex logs

forcedotcom 750 ↓ 2.5k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • .log files from Salesforce
  • stack traces and exception analysis
  • governor limits
  • SOQL / DML / CPU / heap troubleshooting
  • query-plan or performance evidence extracted from logs
  • running or repairing Apex tests → running-apex-tests
  • generating or implementing the code fix → generating-apex

Requirements & configuration

  • | Need | Delegate to | Reason |

Configuration: SOQL_EXECUTE_BEGINDML_BEGINEXCEPTION_THROWNFATAL_ERRORLIMIT_USAGE

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

debugging apex logs

Source

Repository: https://github.com/forcedotcom/sf-skills

debugging-apex-logs FAQ

What does the debugging-apex-logs skill do?

Salesforce debug log analysis and troubleshooting with 100-point scoring. TRIGGER when: user analyzes debug logs, hits governor limits, reads stack traces, or touches .log files from Salesforce orgs. DO NOT TRIGGER when: running Apex tests (use running-apex-tests), generating or fixing Apex code (use generating-apex), or Agentforce session tracing (use observing-agentforce). .log files from Salesforce stack traces and exception analysis

What does debugging-apex-logs require?

| Need | Delegate to | Reason | Configuration keys: SOQL_EXECUTE_BEGIN, DML_BEGIN, EXCEPTION_THROWN, FATAL_ERROR, LIMIT_USAGE.

How do I install debugging-apex-logs?

Run: npx -y skills add https://github.com/forcedotcom/sf-skills --skill debugging-apex-logs --agent claude-code — the source lives at github.com/forcedotcom/sf-skills.

Maintain debugging-apex-logs?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[debugging-apex-logs on getagentictools](https://getagentictools.com/skills/forcedotcom-sf-skills-debugging-apex-logs?ref=badge)
npx agentictools info skills/forcedotcom-sf-skills-debugging-apex-logs

The second line is the CLI lookup for this page — handy in READMEs and docs.