What problem does it solve? Testing whether SchedulePress scheduling features survive a code migration is slow and error-prone: you must seed posts on master, wait for their scheduled times, switch branches, trigger WP-Cron, and manually compare every post status. This Skill automates that entire cycle and produces a Pass/Fail report. ## Core Features & Use Cases - Automated fixture seeding: Creates 7 test posts covering Standard Schedule (post/page), Advanced Schedule, Republish, Unpublish, Auto-Schedule, and Manual Schedule via WP-CLI. - Timed branch migration: Uses a 10-minute scheduled wakeup to switch both free and PRO plugins from master to a feature branch, then triggers WP-Cron twice for the PRO two-step hook chain. - Structured Pass/Fail report: Compares actual post statuses against expected outcomes, audits WPSP cron hooks, and lists failures with manual-intervention steps. - Use Case: Before merging a SchedulePress feature branch, run the migration test to confirm that posts scheduled under master still publish, republish, or unpublish correctly after the branch switch. ## Quick Start Run /migration-test with the feature branch name, for example asking to run the migration test against branch fix/schedule-bug.