Generates safe, reversible database migrations with rollback and lock duration estimates.
Compare the current database schema with the desired schema below and generate a safe migration. Include: 1. **Up migration:** - ALTER TABLE for column additions, modifications, drops - CREATE TABLE for new tables - CREATE INDEX for new indexes (CONCURRENTLY where possible) - Data transformation queries if column types change - Constraint additions (FOREIGN KEY, CHECK, UNIQUE) 2. **Down migration (rollback):** - Reverse every change in the correct order - Data preservation queries before destructive changes 3. **Safety checks:** - Wrap in a transaction - Add IF EXISTS / IF NOT EXISTS guards - Comment potential data loss operations - Estimate lock duration for large tables - Flag any operations that require downtime Desired schema changes: [DESCRIBE YOUR CHANGES] Current relevant schema: [PASTE CURRENT SCHEMA OR LET @workspace FIND IT]
Describe your desired schema changes. Use @workspace to auto-detect current schema.
A Microsoft AI engineering prompt-building tool for Azure OpenAI, Microsoft Copilot, GitHub Copilot, Microsoft Foundry, RAG applications, and AI solution development.
A Windows-friendly AI agent coding and prompting workbench for Codex, Claude Code, Cursor, Antigravity, Copilot, MCP, safe GitHub workflows, prompt engineering, and student-friendly agentic coding experiments.
AI tools guide for developers: ChatGPT, Claude, Gemini, Grok, Cursor, GitHub Copilot, prompt engineering, AI agents and productivity.
Structured code review using GitHub Copilot. Security audit, performance analysis, test coverage assessment, and PR review checklists for production codebases.
End-to-end meeting productivity with M365 Copilot. Covers pre-meeting prep, real-time notes, action item extraction, and automated follow-ups across Teams and Outlook.
Create a type-safe state machine with transitions, guards, actions, and visualization support using XState patterns.
Workflows from the Neura Market marketplace related to this CoPilot resource