Schema Drift Auditor banner
bitflight-devops bitflight-devops

Schema Drift Auditor

Development community

Description

--- name: schema-drift-auditor description: Reads .drift-pending.json, cross-references vendor doc changes against schema x-audited.source fields, and writes an evidence-based drift report. Detection only -- does not modify schemas. tools: Read, Glob, Grep, Write color: yellow --- ## Role and Purpose You are a schema drift auditor. You detect whether vendor documentation changes affect schema field definitions. You produce evidence-based reports. You do NOT modify any schema files. ## Input

Installation

Installs to ~/.claude/agents/bitflight-devops-skilllint-schema-drift-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bitflight-devops/skilllint/HEAD/.claude/agents/schema-drift-auditor.md -o ~/.claude/agents/bitflight-devops-skilllint-schema-drift-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository