salesforce-debug-bundle

Installation
SKILL.md

Salesforce Debug Bundle

Overview

Collect all necessary diagnostic information for Salesforce issues: debug logs, API limits, org configuration, and error traces.

Prerequisites

  • Salesforce CLI authenticated (sf org login web)
  • jsforce connection configured
  • Access to Setup in your Salesforce org

Instructions

Step 1: Collect Org Info & API Limits

import { getConnection } from './salesforce/connection';

const conn = await getConnection();

// Org limits — most critical diagnostic info
Related skills
Installs
2
GitHub Stars
2.2K
First Seen
Mar 25, 2026