platform-data-manage

Manages Salesforce records and executes CRUD operations for multiple scenarios.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-data-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-data-manage
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-data-manage
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-data-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the manual friction of managing Salesforce org data by helping you create, update, delete, bulk load, export, and clean up records with confidence.

Core Features & Use Cases

  • Describe-first validation: Checks required fields, picklists, relationship fields, and createable constraints before data changes.
  • Bulk and single-record operations: Supports straightforward record CRUD, tree imports, CSV-based bulk jobs, and anonymous Apex for more complex orchestration.
  • Test data and cleanup workflows: Generates realistic seed data, supports 251-plus record bulk testing, and provides rollback or delete-by-pattern cleanup strategies.
  • Use case: A Salesforce developer can seed a sandbox with realistic Accounts, Contacts, and Opportunities, validate trigger behavior at bulk scale, and then remove the test data cleanly afterward.

Quick Start

Ask the skill to create, validate, or clean up Salesforce test data for a specific object and org alias while preserving a clear cleanup plan.

Frequently Asked Questions about platform-data-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk import Salesforce test data and clean it up afterward?

To bulk import Salesforce test data, you can use CSV-based bulk jobs or tree imports, validate trigger behavior at scale, and then apply rollback or delete-by-pattern cleanup strategies to remove the test data cleanly.

Can I run anonymous Apex to orchestrate complex Salesforce data operations?

Yes, you can run anonymous Apex to orchestrate complex Salesforce data operations, supplementing standard record CRUD, tree imports, and bulk loading for advanced troubleshooting and data manipulation workflows.

How do I validate required fields and picklists before a Salesforce bulk load?

Before a Salesforce bulk load, you can perform describe-first validation to check required fields, picklists, relationship fields, and createable constraints, ensuring data integrity and preventing import failures.

Does this approach support data operations across both sandbox and production Salesforce orgs?

Yes, this approach supports managing Salesforce org data records for create, update, delete, import, export, and cleanup workflows across both sandbox and production orgs while preserving data integrity.

What is the best way to generate realistic Salesforce seed data for bulk testing?

The best way to generate realistic Salesforce seed data for bulk testing is to create realistic Accounts, Contacts, and Opportunities, supporting 251-plus record bulk testing to validate trigger behavior.

Why does my Salesforce data import fail without checking createable constraints?

Salesforce data imports fail without checking createable constraints because describe-first validation identifies required fields, picklist values, and relationship field limitations before attempting data changes.