ml-database-audit

Audit ML database schemas and persistence boundaries for ZINC Fusion V16.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zincdigitalofmiami/zinc-fusion-v16 --skill ml-database-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-database-audit
Source: https://github.com/zincdigitalofmiami/zinc-fusion-v16/tree/main/.kilo/skills/ml-database-audit
Command: npx skills add https://github.com/zincdigitalofmiami/zinc-fusion-v16 --skill ml-database-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured audit and design workflow for the ML-facing database surface of ZINC Fusion V16, ensuring schemas, contract boundaries, and persistence rules align with migration plans and phase gates, while preventing unintended data promotions or model training.

Core Features & Use Cases

  • Pre-flight and schema-intent validation: verify scope, writers/readers, and boundary conditions across training, forecasts, and analytics schemas.
  • Table-contract and persistence checks: enforce explicit writers/readers, retention, and guardrails against duplicate truth or illicit data promotion.
  • Audit-driven governance: supports an approval-gate process and re-audit loops to confirm fixes before deployment.

Quick Start

Begin the pre-flight audit to validate scope, schemas, and governance for the ML database surface.

Frequently Asked Questions about ml-database-audit

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

FAQPage Schema
How do I audit ML database schemas for contract and persistence boundary validation?

Audit ML database schemas by running looped checks across pre-flight, schema-intent, table-contract, and persistence boundary stages to validate explicit writers, readers, and retention rules. This enforces governance and prevents illicit data promotion to cloud environments.

What is schema-intent validation for ML training and analytics databases?

Schema-intent validation is a pre-flight check that verifies scope, designated writers, readers, and boundary conditions across training, forecasts, and analytics schemas. It ensures database contracts align with migration plans before deployment approval gates.

How do I enforce explicit writers and readers on database tables to prevent data leakage?

Enforce explicit writers and readers through table-contract checks that validate retention policies, guardrails against duplicate truth, and persistence boundaries. This structured audit process ensures safe handling of ML data without model training or leakage.

Does this database audit workflow support approval gates and re-audit loops?

Yes, the database audit workflow supports an approval-gate process with re-audit loops to confirm fixes before deployment. It applies audit-driven governance to validate schema contracts and persistence boundaries against phase gate requirements.

Can I validate migration plans for analytics and forecast schemas without triggering model training?

Yes, you can validate migration plans for analytics and forecast schemas through controlled promotion checks and persistence boundary validation. The audit workflow explicitly prevents unintended data promotions and model training during the schema review process.

What are the limitations of using a schema audit workflow for cloud migration governance?

The schema audit workflow is limited to validating database contracts, persistence boundaries, and gating rules for ML data surfaces. It does not execute model training, handle data transformation, or manage infrastructure provisioning outside of schema and contract validation.