developer-code-quality

Automate Salesforce Apex code quality checks for governor limits, security, and test coverage.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill developer-code-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-code-quality
Source: https://github.com/PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/developer-code-quality
Command: npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill developer-code-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of checking Salesforce code for quality issues, such as governor limits, hardcoded values, and security issues, saving developers time and ensuring code quality.

Core Features & Use Cases

  • Quality Checks: Perform comprehensive quality checks on Apex and Flow code.
  • Governor Limits: Identify potential performance issues due to governor limits.
  • Hardcoded Values: Detect hardcoded values that could lead to sandbox/production mismatches.
  • Security Issues: Check for security vulnerabilities such as missing CRUD and FLS checks.
  • Test Coverage: Identify missing test coverage and dead code.
  • Use Case: For a developer to quickly check their Apex code for potential issues before deploying.

Quick Start

Run the skill with the command 'sfi.code_quality_audit' to perform a broad sweep of quality checks on your Apex code.

Frequently Asked Questions about developer-code-quality

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

FAQPage Schema
How do I check Salesforce Apex code for governor limits and security issues?

You can check Apex code for governor limits and security issues by running an automated pattern recognition analysis on Apex tokenization to identify hardcoded values, missing CRUD, and FLS checks.

What is Apex tokenization for code quality analysis?

Apex tokenization for code quality analysis is a pattern recognition mechanism that parses Salesforce code to detect hardcoded values, dead code, and potential governor limit violations before deployment.

How do I detect hardcoded values in Salesforce Flow and Apex code?

To detect hardcoded values in Salesforce Flow and Apex code, run an automated quality audit that scans for sandbox to production mismatches using pattern recognition on Apex tokenization.

Do I need Python to perform an Apex code quality audit on Salesforce orgs?

Yes, you need Python with pandas and numpy libraries installed to perform Apex code quality audits, as the analysis and reporting logic relies on these dependencies to process Salesforce code patterns.

Can I identify missing test coverage and dead code in Salesforce Apex?

Yes, you can identify missing test coverage and dead code in Salesforce Apex by executing an automated broad sweep quality check using the command 'sfi.code_quality_audit' on your codebase.