You can use a SJA 'Notifications Service' Job for this.
Just execute a statement like
Code:
repair  table `test`.`t1`;
with that 'Notifications Job' and schedule that job with CRON.
Further you can repair manually from SQLyog .. tools .. table diagnostics. When it is done like this you can copy the SQL to use with SJA from the HISTORY pane.