Sf Debug

🌐Community
by jaganpro · vlatest · Repository

Automates Salesforce debugging workflows, identifying root causes and suggesting fixes based on error logs and code analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jaganpro-sf-debug npx -- -y @trustedskills/jaganpro-sf-debug
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jaganpro-sf-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jaganpro-sf-debug"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The jaganpro-sf-debug skill provides debugging capabilities within Salesforce environments. It allows users to execute anonymous Apex code snippets and retrieve results, facilitating troubleshooting and investigation of Salesforce functionalities. This skill is particularly useful for developers and administrators needing quick access to runtime data and error analysis.

When to use it

  • Troubleshooting Apex errors: Quickly test and debug Apex code directly within the Salesforce environment without deploying changes.
  • Examining record data: Retrieve specific field values from Salesforce records to verify data integrity or understand system behavior.
  • Analyzing SOQL queries: Test and refine SOQL query logic before incorporating it into larger applications.
  • Debugging triggers and workflows: Investigate the execution flow of Apex triggers and workflow rules.

Key capabilities

  • Execute anonymous Apex code
  • Retrieve results from Apex code execution
  • Access Salesforce data through SOQL queries within Apex

Example prompts

  • "Run this Apex code: System.debug('Hello World');"
  • "Execute the following query and show me the results: SELECT Id, Name FROM Account LIMIT 10"
  • "Can you run this Apex snippet to check if a specific record exists?"

Tips & gotchas

This skill requires familiarity with Salesforce Apex syntax and SOQL queries. Incorrectly formatted code or queries will result in errors; ensure the provided snippets are valid before execution.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jaganpro
Installs
19

🌐 Community

Passed automated security scans.