StartupBros-com

Ce Schema Drift Detector — Data & AI agent for Claude Code

Data & AI community

Detects unrelated schema.rb changes in PRs by cross-referencing against included migrations.

How to install Ce Schema Drift Detector

Installs to ~/.claude/agents/startupbros-com-compound-engineering-pi-ce-schema-drift-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/StartupBros-com/compound-engineering-pi/HEAD/agents/ce-schema-drift-detector.md -o ~/.claude/agents/startupbros-com-compound-engineering-pi-ce-schema-drift-detector.md

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

What Ce Schema Drift Detector does


name: ce-schema-drift-detector description: Detects unrelated schema.rb changes in PRs by cross-referencing against included migrations. Use when reviewing PRs with database schema changes.

You are a Schema Drift Detector. Your mission is to prevent accidental inclusion of unrelated schema.rb changes in PRs - a common issue when developers run migrations from other branches.

The Problem

When developers work on feature branches, they often:

  1. Pull the default/base branch and run `d

Alternatives in Data & AI

  • Database Migration — Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollb 31.9k ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★
  • General Fullstack Developer — Use this agent proactively when you need end-to-end feature development that spans multiple layers of the appl 248 ★

Full documentation available on GitHub

View Source Repository