This handles the full scan and results workflow for Salesforce Code Analyzer: you ask it to check security issues, run PMD on your Apex, lint your LWC, or scan just the files you changed, and it builds the correct `sf code-analyzer run` command with proper v4+ syntax (the flags changed and the old ones now break). It runs the scan, parses the output through bundled Node scripts instead of trying to wrangle massive JSON inline, and can filter by engine, severity, file, or rule. If the engine found auto-fixable violations, it discovers them, asks for confirmation, applies the fixes, and summarizes what changed. Useful for AppExchange reviews, pre-commit checks, or just figuring out why PMD is yelling at you. The strict tool restrictions and mandatory script usage keep it from reinventing parsers badly, which is the right call.
npx -y skills add forcedotcom/sf-skills --skill dx-code-analyzer-run --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills