Enforces strict accuracy and traceability standards for data display, transformation, and storage within financial applications.
The Data Integrity skill provides a comprehensive framework for maintaining data reliability across the entire application lifecycle, specifically tailored for financial and metric-heavy environments. It implements ten core rules covering source traceability, null-safe formatting, and type-specific storage discipline (BIGINT vs. NUMERIC) to ensure every number is auditable and precise. This skill is essential for developers building data-intensive tools, as it automates best practices for idempotent pipelines, cache correctness, and graceful degradation during source failures.
주요 기능
01Circuit breaker logic and idempotent upsert patterns for pipelines
02Tier-based data gating and cache-busting for stale errors
030 GitHub stars
04Financial-grade type discipline for BIGINT and NUMERIC values
05Null-safe formatting and fallback handling for currency and metrics
06Strict source-to-UI traceability mapping for every data point
사용 사례
01Implementing reliable financial dashboards with traceable metrics
02Designing robust data ingestion pipelines that handle failures gracefully
03Debugging and fixing stale data or null value errors in the UI