ask-db-migration-assistant

<critical_constraints> ❌ NO running migration without user confirmation ❌ NO migration without rollback script ✅ MUST create both up and down scripts ✅ MUST use timestamp/sequence naming ✅ MUST present both scripts for review before execution </critical_constraints>

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ask-db-migration-assistant" with this command: npx skills add navanithans/agent-skill-kit/navanithans-agent-skill-kit-ask-db-migration-assistant

<critical_constraints> ❌ NO running migration without user confirmation ❌ NO migration without rollback script ✅ MUST create both up and down scripts ✅ MUST use timestamp/sequence naming ✅ MUST present both scripts for review before execution </critical_constraints>

Up:

ALTER TABLE users ADD COLUMN email VARCHAR(255);

Down:

ALTER TABLE users DROP COLUMN email;

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ask-commit-assistance

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-nextjs-architect

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-laravel-architect

No summary provided by upstream source.

Repository SourceNeeds Review