change-data-capture

Automates Salesforce Change Data Capture configuration and event handling.

2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/bhanu91221/claude-sfdx-iq --skill change-data-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-data-capture
Source: https://github.com/bhanu91221/claude-sfdx-iq/tree/main/skills/change-data-capture
Command: npx skills add https://github.com/bhanu91221/claude-sfdx-iq --skill change-data-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Change Data Capture (CDC) configuration and event handling for Salesforce objects enables real-time data synchronization, auditing, and reliable cross-system updates without manual scripting.

Core Features & Use Cases

  • Enable Change Data Capture across standard and custom objects
  • Define ChangeEvent triggers, replay strategies, and subscriber patterns for robust integrations
  • Use CDC to drive external system synchronization, data replication, and audit trails in near real-time

Quick Start

Configure CDC on selected objects and validate events on a test subscriber.

Frequently Asked Questions about change-data-capture

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

FAQPage Schema
How do I enable Change Data Capture for Salesforce custom objects?

You can enable Change Data Capture for Salesforce custom objects via the Setup UI or Metadata API, selecting specific objects to publish ChangeEvents for real-time data synchronization and reliable cross-system updates.

What is a replay strategy in Salesforce Change Data Capture?

A replay strategy in Salesforce Change Data Capture retrieves missed events using a replay ID, ensuring end-to-end data consistency and gap detection for subscriber patterns during external system synchronization.

Can I use ChangeEvent triggers with standard Salesforce objects?

Yes, you can define ChangeEvent triggers for standard Salesforce objects. Change Data Capture supports both standard and custom objects, allowing you to automate event handling and drive external data pipelines.

How do I configure a subscriber pattern for Salesforce CDC events?

Configure a subscriber pattern for Salesforce CDC events by defining how external systems consume ChangeEvents, applying replay strategies and gap detection to maintain reliable integrations and near real-time audit trails.

Does Salesforce Change Data Capture support gap detection for missed events?

Yes, Salesforce Change Data Capture includes replay and gap detection patterns. These mechanisms ensure end-to-end data consistency by identifying and recovering missed events during external system synchronization.