database-migrations
Workflow guidance for Database Migrations.
Works with
--- name: database-migrations description: Workflow guidance for Database Migrations. license: MIT --- # Database Migrations Use this when the current task matches the workflow described by this skill. ## When to Use - The task needs a repeatable, specialized workflow. - The task would benefit from reusable process guidance. - You want a consistent operating procedure. ## Core Focus - Use the skill when the workflow matches the file name. ## Workflow 1. Restate the job in one sentence. 2. Identify the relevant files, commands, or services. 3. Apply the skill in small, verifiable steps. 4. Verify the outcome before moving on. ## Verification - Prefer concrete checks over vague reassurance. - Validate the main behavior and at least one failure path. - Keep the response short and direct.
More Database skills
prisma-mongodb-upgrade
prisma/skills
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb".
azure-upgrade
microsoft/azure-skills
Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, change hosting plan, function app SKU, migrate App Service to Container Apps, modernize legacy Azure Java SDKs (com.microsoft.azure to com.azure), migrate Azure Cache for Redis (ACR/ACRE) to Azure Managed Redis (AMR).
azure-cost-optimization
microsoft/azure-skills
Identify Azure cost savings from usage and spending data. USE FOR: optimize Azure costs, reduce Azure spending/expenses, analyze Azure costs, find cost savings, generate cost optimization report, identify orphaned resources to delete, rightsize VMs, reduce waste, optimize Redis costs, optimize storage costs, AKS cost analysis add-on, namespace cost, cost spike, anomaly, budget alert, AKS cost visibility. DO NOT USE FOR: deploying resources (use azure-deploy), general Azure diagnostics (use azure-diagnostics), security issues (use azure-security)

