·generate-migration
</>

generate-migration

getsentry/sentry

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

5Installs·2Trend·@getsentry

Installation

$npx skills add https://github.com/getsentry/sentry --skill generate-migration

SKILL.md

Generate an empty migration (for data migrations or custom work):

For large tables, set ispostdeployment = True on the migration as index creation may exceed the 5s timeout.

Don't rename in Postgres. Use dbcolumn or Meta.dbtable to keep the old name.

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts. Source: getsentry/sentry.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/getsentry/sentry --skill generate-migration
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is generate-migration?

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts. Source: getsentry/sentry.

How do I install generate-migration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/sentry --skill generate-migration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/getsentry/sentry

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None