platform-apex-logs-debug

Agent skill from forcedotcom/sf-skills.

forcedotcom 750 ↓ 2.1k 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 → platform-apex-test-run
  • generating or implementing the code fix → platform-apex-generate

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

platform-apex-logs-debug FAQ

What does the platform-apex-logs-debug 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 platform-apex-test-run), generating or fixing Apex code (use platform-apex-generate), or Agentforce session tracing (use agentforce-observe). .log files from Salesforce stack traces and exception analysis

What does platform-apex-logs-debug require?

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

How do I install platform-apex-logs-debug?

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

Maintain platform-apex-logs-debug?

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

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

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