You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install as part of sf-skills
claude /plugin install github:Jaganpro/sf-skills
# Or install standalone
claude /plugin install github:Jaganpro/sf-skills/sf-debug
Quick Start
1. Invoke the skill
Skill: sf-debug
Request: "Analyze debug logs for AccountTrigger performance issues in org dev"
# List recent logs
sf apex list log --target-org [alias] --json
# Get specific log
sf apex get log --log-id 07Lxx0000000000 --target-org [alias]
# Tail logs real-time
sf apex tail log --target-org [alias] --color