AI AGENT ADDONS

Running Apex Tests

forcedotcom/sf-skills
Testing & QA
1,961installs

Running Salesforce Apex tests is now simpler. This skill helps you execute tests, check coverage, and fix failures. It guides you through a structured test-fix loop to improve your code quality.

Apex test execution and coverage analysis are the core tasks. You can run tests on single classes, specific methods, or full suites. The skill also recommends best practices like using SeeAllData=false and meaningful assertions.

When a test fails, the skill analyzes the error and suggests fixes. It helps you improve coverage by targeting positive, negative, bulk, and async paths. This keeps your Salesforce code reliable and easy to maintain.

Add Running Apex Tests skill to your workflow

Global

mkdir -p ~/.claude/skills/running-apex-tests

Project

mkdir -p .claude/skills/running-apex-tests

Source Repository

Stars
619
Forks
217
Watchers
619
License
NOASSERTION
Last Push
25 days ago
Created
8 months ago