CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/flyway-migrations

Authors and runs Flyway database migrations - versioned (`V1__add_users.sql`), repeatable (`R__refresh_views.sql`), and undo (`U1__remove_users.sql`) migration files in `db/migration/`; runs `flyway migrate` / `info` / `validate` / `clean` / `baseline` / `repair`; tracks state in the `flyway_schema_history` table; supports 50+ databases including Oracle / SQL Server / MySQL / PostgreSQL / MariaDB / Snowflake / BigQuery; integrates with Maven, Gradle, CLI, and Docker. Use when the user works with Flyway-managed schemas, asks about migration ordering, or needs CI gates on schema changes.

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

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

A well-structured, action-oriented skill body with a clear 7-step workflow, executable examples, explicit validation feedback loops, and proper one-level progressive disclosure into a real references file. It balances brevity with concrete, copy-paste-ready guidance.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence: prefix schemes and anti-patterns are condensed into tables, no generic explanations of what a database or migration is, and every section earns its place.

3 / 3

Actionability

Provides copy-paste-ready executable commands ('docker run --rm flyway/flyway ... migrate', 'brew install flyway'), a concrete flyway.conf block with production guards, and a fully worked end-to-end CI example.

3 / 3

Workflow Clarity

Steps 1-7 are explicitly sequenced as the single source, and the worked example includes a validate->fix feedback loop (checksum mismatch -> add V3 instead of mutating V2); destructive `clean` is explicitly guarded with cleanDisabled=true.

3 / 3

Progressive Disclosure

SKILL.md is an overview that defers the full command table and CI job to references/commands.md (a real, one-level-deep file) with clearly signaled markdown links, keeping inline content appropriately scoped.

3 / 3

Total

12

/

12

Passed

Description

100%

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

A strong, concrete description that names specific actions, commands, file formats, and database targets, paired with an explicit and natural 'Use when' trigger clause. It is distinct from sibling migration tools and uses proper third-person voice.

DimensionReasoningScore

Specificity

Lists concrete actions in third person ('Authors and runs Flyway database migrations', 'runs flyway migrate / info / validate / clean / baseline / repair', 'tracks state in the flyway_schema_history table') with concrete file-name examples.

3 / 3

Completeness

Explicitly answers what it does (author/run migrations, run flyway commands) and when to use it via an explicit 'Use when...' clause with multiple triggers.

3 / 3

Trigger Term Quality

The 'Use when the user works with Flyway-managed schemas, asks about migration ordering, or needs CI gates on schema changes' clause covers natural terms a user would say (Flyway, migration ordering, CI gates).

3 / 3

Distinctiveness Conflict Risk

Clearly scoped to Flyway-managed schemas with distinct triggers (flyway commands, flyway_schema_history), unlikely to conflict with the named sister tools (Liquibase, Atlas, SQLMesh).

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.

Reviewed

Table of Contents