What problem does it solve?
This Skill provides a safety layer for live datastore records, enabling version control, history, and drift detection for data that is typically edited out-of-band by scripts or admin tools.
Core Features & Use Cases
- Drift Reconciliation: Detects and adopts changes made to database records outside of the cfgit workflow.
- Branching & PRs: Allows for safe, draft-based experimentation on runtime configuration before merging changes.
- Use Case: Manage agent prompts, model routing, or feature flags in a production database with the ability to diff, rollback, and audit every mutation as if it were source code.
Quick Start
Use the cfgit skill to inspect the current drift status of your database records and adopt any out-of-band changes into the version history.