What problem does it solve? Writing production-quality Apex requires avoiding governor-limit failures, security gaps, and untested code, and this Skill generates and reviews Apex classes, triggers, and test classes against a structured 150-point rubric so defects are caught before deployment. ## Core Features & Use Cases - Apex Code Generation: Create service classes, selectors, triggers using the Trigger Actions Framework, batch jobs, queueables, schedulables, and @InvocableMethod classes from stated requirements. - Evidence-Based Code Review: Score existing .cls and .trigger files across 8 categories including bulkification, security, testing, and architecture, with concrete fixes for anti-patterns like SOQL in loops and missing sharing keywords. - Test Class Authoring: Generate test classes following the Positive/Negative/Bulk pattern with test data factories and 251-record bulk coverage. - Use Case: Ask for an AccountService class with CRUD methods and receive a bulk-safe, sharing-aware class plus a corresponding test class, then hand off to deployment or test-execution workflows. ## Quick Start Ask the agent to create an AccountService Apex class with CRUD methods and a matching test class using the sf-apex skill.