概要
This skill simplifies database synchronization by orchestrating a complete workflow: it creates a remote backup via SSH, securely downloads the data using rsync or SCP, and restores it to your local machine. It intelligently handles existing databases by offering overwrite or rename options, automatically generates connection URLs (DATABASE_URL), and ensures data integrity with table verification. Ideal for developers needing fresh production or staging data for local debugging and development without manual export/import steps.