Press F12 to get the developer console and paste the below script in.
You can select and deselect actions which match a particular pattern, and according to whether they've previously succeeded or not.
For example, select all actions starting analyse_ excluding ones which have already run successfully:
selectActions("analyse_").ignoreSuccceeded().check()To deselect all actions except failed ones: