mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-03 13:44:09 +08:00
tweaked description
This commit is contained in:
parent
4e8f8f49f6
commit
38b6ce2add
@ -1,14 +1,6 @@
|
||||
---
|
||||
name: generating-apex-test
|
||||
description: "Apex test class generation with TestDataFactory patterns, bulk testing
|
||||
(200+ records), mocking strategies for callouts and async operations, and assertion
|
||||
best practices. Use this skill when the user asks to create, write, or generate an
|
||||
Apex test class, improve test coverage, refactor existing tests, or implement proper
|
||||
testing patterns for triggers, services, controllers, batch jobs, queueables, and
|
||||
integrations — even when they don't say 'test' explicitly. Activate on phrases like:
|
||||
'write tests for,' 'add coverage for,' 'test this class,' 'create a mock,' 'I need
|
||||
test data,' 'improve coverage,' or any mention of Apex testing, assertions, or test
|
||||
factories."
|
||||
description: Apex test class generation with TestDataFactory patterns, bulk testing (200+ records), mocking strategies, and assertion best practices. Use this skill when the user asks to create, write, or improve Apex test classes, add coverage, build mocks, or implement testing patterns for triggers, services, batch jobs, queueables, and integrations.
|
||||
---
|
||||
|
||||
# Apex Test Class Skill
|
||||
|
||||
@ -1,14 +1,6 @@
|
||||
---
|
||||
name: generating-apex
|
||||
description: "Generate production-ready Apex classes for Salesforce following enterprise
|
||||
best practices. Covers all standard class types: service, selector, domain, batch,
|
||||
queueable, schedulable, DTO, utility, interface, abstract, and custom exception
|
||||
classes. Use this skill when the user asks to create, write, build, generate, scaffold,
|
||||
or refactor an Apex class — even when they don't say 'Apex class' explicitly. Activate
|
||||
on phrases like: 'build a service for,' 'create a handler,' 'I need a class that,'
|
||||
'write Apex to,' 'scaffold a batch job,' 'create a queueable,' or any description of
|
||||
Salesforce server-side logic that implies a class solution. SCOPE: Apex classes only.
|
||||
Does not apply to triggers or unit tests."
|
||||
description: Generate production-ready Apex classes for Salesforce following enterprise best practices. Covers service, selector, domain, batch, queueable, schedulable, DTO, utility, interface, abstract, and custom exception classes. Use this skill when the user asks to create, build, generate, scaffold, or refactor an Apex class. SCOPE Apex classes only — does not apply to triggers or unit tests.
|
||||
---
|
||||
|
||||
# Apex Class
|
||||
|
||||
Loading…
Reference in New Issue
Block a user