dx-code-analyzer-configure

Configure Salesforce Code Analyzer settings and CI/CD pipelines for projects.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill dx-code-analyzer-configure-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-code-analyzer-configure
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/dx-code-analyzer-configure
Command: npx skills add https://github.com/padjei/SF_Agents --skill dx-code-analyzer-configure-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @salesforce/cli, pmd, eslint, java, node.js, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you set up, configure, and troubleshoot Salesforce Code Analyzer for your project. It manages the code-analyzer.yml configuration file, handles installation, prerequisite checks, diagnosing broken setups, and CI/CD pipeline setup.

Core Features & Use Cases

  • Setup and Configuration: Configure code-analyzer.yml for various engines, rules, and settings.
  • Prerequisite Checks: Verify system prerequisites such as Salesforce CLI, Java, Node.js, Python, and org authentication.
  • Troubleshooting: Diagnose and fix common issues with Code Analyzer setups.
  • CI/CD Integration: Set up CI/CD pipelines for automated code analysis.
  • Use Case: If you're working on a Salesforce project and want to integrate Code Analyzer into your workflow for automated code quality checks, this Skill can help you configure and integrate it seamlessly.

Quick Start

Use the dx-code-analyzer-configure skill to configure Salesforce Code Analyzer for your project by running 'dx-code-analyzer-configure --generate-config'.

Frequently Asked Questions about dx-code-analyzer-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Salesforce Code Analyzer for my project?

Configure Salesforce Code Analyzer by generating and modifying the `code-analyzer.yml` file to define engines, rules, and project-specific settings for your code quality analysis workflow.

What prerequisites do I need to run Salesforce Code Analyzer?

To run Salesforce Code Analyzer, you need Salesforce CLI, Java, Node.js, and Python installed, along with proper org authentication for your Salesforce development environment.

Can I integrate Salesforce Code Analyzer into a CI/CD pipeline?

Yes, you can integrate Salesforce Code Analyzer into a CI/CD pipeline to automate code quality checks, utilizing engines like PMD and ESLint for continuous analysis during your development workflow.

Why is my Salesforce Code Analyzer setup not working?

Salesforce Code Analyzer setups often fail due to missing prerequisites like Salesforce CLI or Java, or incorrect `code-analyzer.yml` configuration, which you can diagnose and fix using troubleshooting steps.

What is the best way to automate code quality checks in a Salesforce project?

Automate Salesforce code quality checks by configuring the Code Analyzer with PMD and ESLint engines, then setting up a CI/CD pipeline to run continuous analysis on your project codebase.