CtrlK
BlogDocsLog inGet started
Tessl Logo

generate-migration

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

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a lean, highly actionable reference with executable commands, a complete test example, and phased workflows that include validation gates for destructive operations. It is well-organized as a single self-contained file with no unnecessary references.

DimensionReasoningScore

Conciseness

Dense with operational specifics (exact commands, flags, class names, file paths) and free of generic concept explanations; the explanatory prose present (e.g. historical model registry, single test_* method) justifies non-obvious gotchas rather than padding.

3 / 3

Actionability

Provides copy-paste-ready commands (`sentry django makemigrations <app_name> --empty`, `--migrations --reuse-db --create-db`), a full executable TestMigrations example, and concrete class/constant names (SafeRemoveField, DeletionAction.MOVE_TO_PENDING, SafeDeleteModel).

3 / 3

Workflow Clarity

Sequences are explicit with validation checkpoints — the 'After Generating' list includes sqlmigrate verification and local apply that catches unsafe ops, and column/model deletion are phased with explicit 'Deploy' gates between phases.

3 / 3

Progressive Disclosure

No bundle files exist, so the single self-contained SKILL.md is appropriately organized into clear sections (Commands, After Generating, Guidelines subsections, Resolving Merge Conflicts) with no nested-reference indirection.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, third-person, and covers a clear set of concrete migration tasks with an explicit 'Use when' trigger clause. It is distinctive and low conflict-risk given the Sentry/Django-migration specificity.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts' — matching the score-3 anchor rather than the single-domain score-2 anchor.

3 / 3

Completeness

Explicitly answers both what ('Generate Django database migrations for Sentry') and when ('Use when creating migrations...'), with an explicit 'Use when' clause satisfying the score-3 anchor.

3 / 3

Trigger Term Quality

Uses natural phrases users actually say ('creating migrations', 'adding/removing columns or tables', 'adding indexes', 'resolving migration conflicts') with good coverage across the skill's scope.

3 / 3

Distinctiveness Conflict Risk

The niche is sharply defined — Django migrations specifically for Sentry — making it unlikely to trigger for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
getsentry/sentry
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.