Agent skill

db-migration-check

Verify that SQLAlchemy model changes have corresponding Alembic migration files. Trigger when any file under models/*.py or models/**/*.py is modified — checks git diff for model changes and confirms matching alembic/versions/*.py files exist, failing if a service has model changes without a migration.

Stars 420
Forks 84

Install this agent skill to your Project

npx add-skill https://github.com/tgoai/tgo/tree/main/.skills/db-migration-check

SKILL.md

db-migration-check

Purpose

Verify that model/schema changes have corresponding Alembic migration files.

Trigger

When models/ directory files are modified.

What it does

  1. Checks git diff for models/*.py or models/**/*.py changes
  2. Checks for new alembic/versions/*.py or migrations/versions/*.py files
  3. Reports error if model changes exist without corresponding migration

Usage

bash
bash .skills/db-migration-check/scripts/check.sh

Expand your agent's capabilities with these related and highly-rated skills.

tgoai/tgo

implementation-strategy

Analyze change impact across services before starting implementation. Trigger before modifying runtime, API, or cross-service code — maps changed files to service ownership, outputs the dependency graph between affected services, and lists upstream/downstream sync points that may need coordinated updates.

420 84
Explore
tgoai/tgo

functional-verification

Use tgo-cli (staff) and tgo-widget-cli (visitor) to verify API and service changes at runtime, beyond static lint/build checks. Trigger after modifying backend API endpoints, service logic, chat flow, agent config, knowledge/RAG, workflow, or platform integration — requires local services to be running. Auto-detects changed services from git diff and runs the corresponding CLI smoke tests (system info, CRUD listing, chat e2e).

420 84
Explore
tgoai/tgo

local-services

Start, stop, and check local development services with intelligent minimum-set management. Trigger when services need to be running for functional verification or manual testing — starts the minimum required set (infrastructure + tgo-api + tgo-ai) by default, with optional extras auto-detected from git diff or specified manually. Includes status checking and graceful shutdown.

420 84
Explore
tgoai/tgo

streaming-protocol-check

Check streaming protocol consistency across all producer and consumer services. Trigger when modifying code related to streaming, SSE, WuKongIM, json-render, or MixedStreamParser — lists all files in tgo-ai (producer), tgo-api (relay), tgo-web, tgo-widget-js, and tgo-widget-miniprogram (consumers) that handle the same protocol and may need coordinated updates.

420 84
Explore
tgoai/tgo

pr-draft-summary

Generate a PR change summary grouped by service after work is finished. Trigger when wrapping up a task and ready to commit or create a pull request — reads git diff and git log, groups changed files by service directory, and outputs a markdown-formatted summary with file lists, commit history, and diff stats.

420 84
Explore
tgoai/tgo

cross-service-sync

Detect schema, type, or API interface changes and find files in other services that may need synchronized updates. Trigger when modifying files under schemas/, types/, or interfaces/ directories — extracts changed class/type names from the diff and searches all other services for references, outputting a list of potentially stale consumers.

420 84
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results