fix-bug
79Fix Bugs With Structured Triage
Debugging across backend and frontend can lose context and miss regression tests. This skill guides root cause analysis, minimal fixes, validation, and pull request handoff.
Check Flyway Database Migrations
Migration conflicts can break releases and database deploys. This skill guides checks for Flyway names, versions, main branch conflicts, and basic SQL safety.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "check-migration" from https://skillstore.io/skills/crearize-check-migration.md and its manifest at https://skillstore.io/api/skills/crearize-check-migration/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "check-migration". Check a branch with three new Flyway migration files before merge.
Expected outcome:
Using "check-migration". Review a migration set with a repeated version number.
Expected outcome:
Using "check-migration". Prepare a release check for pending schema changes.
Expected outcome:
All static findings are false positives caused by Markdown fences, inline examples, and readable Japanese documentation. The skill describes fixed migration inspection commands and report formatting, with no evidence of prompt injection, obfuscation, dynamic command construction, credential access, or data exfiltration.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/crearize-check-migration/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/crearize-check-migration?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/crearize-check-migration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/crearize-check-migration/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/crearize-check-migration.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Crearize. (2026). check-migration security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/crearize-check-migration/audits/10@techreport{crearize-crearize-check-migration-2026,
author = {Crearize},
title = {check-migration security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/crearize-check-migration/audits/10},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "check-migration security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "Crearize"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/crearize-check-migration/audits/10"
identifiers:
- type: other
value: "skillstore:crearize-check-migration:audit:10"
description: "Skillstore immutable audit report identifier"
Check migration names, versions, and main branch conflicts before a pull request is merged.
Confirm that pending Flyway migrations are organized and ready for deployment review.
Use a repeatable checklist for migration file hygiene during database change review.
Check the Flyway migration files in this repository and report naming, version, and basic SQL issues.
Review migration version numbers for duplicates, gaps, and order problems. Do not change files.
Compare my branch migrations with origin/main and identify any conflicting version numbers or migration paths.
Run the full migration checklist and produce a release-ready summary with blockers, warnings, and recommended next steps.
Author
CrearizeLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
0519034dad657fb1f7706e0550e962beeda73fdf
Maintenance freshness
7/18/2026
Usage
6 downloads Β· 197 views
File structure
π SKILL.md
Fix Bugs With Structured Triage
Debugging across backend and frontend can lose context and miss regression tests. This skill guides root cause analysis, minimal fixes, validation, and pull request handoff.
Build Spring Boot Backend APIs
Backend changes can drift from project conventions, database docs, and test expectations. This skill gives a structured Spring Boot/MyBatis workflow from task intake through API, data, tests, and verification.
Review Architecture Changes
Architecture reviews often miss project-specific rules across backend, frontend, and documentation. This skill guides Claude, Codex, and Claude Code through a strict checklist for consistent review results.
Create GitHub Pull Requests
Pull request preparation can be slow when commits, files, tests, and issue links must be summarized. This skill reviews repository changes, drafts PR text, pushes the branch, and opens the PR with GitHub CLI.
Generate Type-Safe API Clients
Manual API client updates drift when OpenAPI contracts change. This skill guides Orval generation and type checking so frontend clients stay aligned.
Convert Figma Variables to Tailwind CSS
Figma MCP output can contain design variables and inline styles that are hard to maintain. This skill maps those values to standard Tailwind CSS classes and project tokens.
Manage Alembic Database Migrations
by bossjones
Database schema changes are risky when teams lack repeatable migration patterns. This skill gives Claude, Codex, and Claude Code practical Alembic guidance for SQLAlchemy projects.
Monitor Database Migrations in Real Time
by sickn33
Database migrations can fail without clear signals about lag, throughput, or errors. This skill designs CDC monitoring, metrics, dashboards, and alerts for migration workflows.
Manage Alembic Database Migrations
by Awais68
Database schema changes can break applications or lose data when they are handled manually. This skill guides Alembic setup, migration generation, rollback planning, and review for SQLModel and FastAPI projects.
Plan Safe Backend Migrations
by EIS-ITS
Schema changes can break deployments when rollback, locking, and compatibility are missed. This skill helps plan and review backend migrations for safer database evolution.
Review Prisma Next Migrations Before Deployment
by prisma
Deployment teams can misread migration state, refs, and divergent graph paths. This skill reviews the live origin, target destination, diagnostics, and pending operations.
Manage Prisma Next Database Migrations
by prisma
Database changes can fail, drift, or lose data when migration steps are unclear. This skill guides Prisma Next planning, transforms, application, verification, and recovery.