CtrlK
BlogDocsLog inGet started
Tessl Logo

salesforce-developer

Writes and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, implements triggers, batch jobs, platform events, and integrations on the Salesforce platform. Use when developing Salesforce applications, customizing CRM workflows, managing governor limits, bulk processing, or setting up Salesforce DX and CI/CD pipelines.

68

Quality

82%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid, actionable Salesforce development skill with excellent executable code examples covering the most critical patterns (bulkified triggers, batch Apex, test classes, SOQL). Its main weaknesses are the lack of concrete validation/feedback steps in the workflow (how exactly to check governor limits, what to do when they're exceeded), and the fact that the referenced bundle files don't exist, leaving the progressive disclosure structure aspirational rather than functional. The inline content is somewhat long given that reference files were intended to hold detailed guidance.

Suggestions

Add concrete governor limit validation steps: e.g., `System.debug(Limits.getQueries() + '/' + Limits.getLimitQueries())` and specify what to do when limits are approached or exceeded.

Create the referenced bundle files (apex-development.md, lightning-web-components.md, etc.) and move the detailed code examples into them, keeping only the bulkified trigger pattern inline as the primary example.

Add a feedback loop to the workflow: after step 4, specify 'If limits exceeded → refactor using async patterns (batch/queueable) → re-validate' before proceeding to testing.

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some content that could be tightened. The counter LWC example is trivial and doesn't teach Salesforce-specific patterns. The incorrect trigger example, while useful for contrast, adds bulk. Some constraint items restate what an experienced Apex developer (Claude) would already know.

2 / 3

Actionability

The skill provides fully executable, copy-paste ready Apex code for triggers, batch jobs, test classes, SOQL queries, and LWC components. Each pattern is complete and runnable with specific syntax, annotations, and execution commands.

3 / 3

Workflow Clarity

The core workflow lists 6 steps with a validation checkpoint at step 4 (governor limits), but the validation step is vague — it doesn't specify how to verify limits (e.g., Limits class methods, debug logs). There's no feedback loop for what to do if governor limits are exceeded, and no explicit validation between implement and deploy steps.

2 / 3

Progressive Disclosure

The reference table with 5 topic-specific files is well-structured with clear 'Load When' guidance, demonstrating good progressive disclosure design. However, no bundle files were provided, meaning all referenced files (references/apex-development.md, etc.) are missing, and the inline content is quite long with multiple full code examples that could have been offloaded to those reference files.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an excellent skill description that comprehensively covers Salesforce development capabilities with specific, concrete actions and platform-specific terminology. It includes a well-structured 'Use when...' clause with natural trigger terms that developers would use. The description is concise yet thorough, and its Salesforce-specific vocabulary makes it highly distinctive.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: writing/debugging Apex code, building Lightning Web Components, optimizing SOQL queries, implementing triggers, batch jobs, platform events, and integrations. Very comprehensive.

3 / 3

Completeness

Clearly answers both 'what' (writes Apex, builds LWC, optimizes SOQL, etc.) and 'when' with an explicit 'Use when...' clause covering developing Salesforce applications, customizing CRM workflows, managing governor limits, bulk processing, and Salesforce DX/CI/CD.

3 / 3

Trigger Term Quality

Excellent coverage of natural terms a Salesforce developer would use: Apex, Lightning Web Components, SOQL, triggers, batch jobs, platform events, Salesforce DX, CI/CD, CRM, governor limits. These are all terms users would naturally mention.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with Salesforce-specific terminology (Apex, SOQL, Lightning Web Components, governor limits, Salesforce DX) that clearly distinguishes it from general coding or other platform skills. Very unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
Jeffallan/claude-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.