In order to bypass Google Setup Wiz, the device need to be in TWRP or in system with ADB enabled (but why in heavens would you want to skip setup if you can enable ADB in the settings :P).

Steps:

  1. Connect the device using CMD or other shell application like Xshell.
    $ cd /path/to/your/adb.exe
    $ adb devices
    $ adb root
    $ adb shell
  2. Mount /system partion in TWRP.
  3. Navigate to the location of your build.prop file. In the case of Xiaomi Mix3 (perseus), it's /system_root/system.
    $ cd /system_root/system
  4. Add one line to the build.prop as follows.
    $ echo "ro.setupwizard.mode=DISABLED" >> /system/build.prop
  5. Reboot.

Now you should boot directly to the launcher.