What problem does it solve?
Developers and reviewers often need production-quality Apex that is bulk-safe, secure, and testable; this skill reduces the risk of governor-limit failures, security regressions, and fragile tests by generating and reviewing Apex code with explicit best-practice guardrails.
Core Features & Use Cases
- Code generation for services, selectors, triggers (TAF or standard), batch/queueable/schedulable jobs, and @InvocableMethod wrappers.
- Automated code review with a 150-point scoring rubric covering bulkification, security (CRUD/FLS/sharing), testing, architecture, error handling, naming, performance, and quality.
- Template library and LSP-assisted validation for rapid authoring and immediate syntax fixes; produces tests (PNB: positive, negative, bulk) and actionable remediation steps.
Quick Start
Create an AccountService class with CRUD methods, a test class that covers positive/negative/bulk cases, and a 150-point review report highlighting any fixes required.