dx-apexguru-scan

安装量: 1.4K
排名: #8359

安装

npx skills add https://github.com/forcedotcom/sf-skills --skill dx-apexguru-scan

ApexGuru Performance Scan Skill CRITICAL: Mandatory Script Usage Every step — token resolution, zipping, API calls, and report decoding — MUST go through the bundled scripts in /scripts/ . No exceptions. WRONG — never do this:

WRONG: hand-rolled curl to the API

curl -X POST https://api.salesforce.com/ .. . -F file = @x.zip

WRONG: inline base64 + jq to read the report

cat raw.json | jq -r .report | base64 -d | jq '.[]'

WRONG: reading the raw result file directly (report is a large base64 blob)

Read tool → apexguru-raw-*.json Show more Installs 905 Repository forcedotcom/sf-skills GitHub Stars 849 First Seen 14 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜