Convert condition to If block (and vice versa)
When editing code you might sometimes find that what was originally a condition on a single action actually needs to apply to multiple actions, or that an If block that used to be bigger now only contains one action.
As you commented on this suggestion (sorry, I can't find a way to link the comment directly), the solution to the first part is often to use an If block instead. However the conversion can currently be cumbersome to do by hand, especially for complicated conditions. And Tasker is all about automating stuff, right? :)
I think it'd be nice if there was a way to automatically convert a condition to a surrounding If block, and an If block to a condition (to save space). Maybe a button in action edit screens, either at the top or on the condition header? Or perhaps since this concerns multiple actions, maybe the task edit screen would be a better fit?
For bonus points, also allow "If to condition" conversions in the presence of multiple actions and/or an Else block, which might be nice when it turns out the conditions for the various actions shouldn't be exactly the same (or in the case of an Else block, exactly the inverse) and you want to edit them individually. And for bonus bonus points, allow the inverse transformation(s) as well (for exactly identical and/or exactly inverse conditions).