Feature request: Labels on certain conditions and actions

Can we please have a way to put a descriptive caption or label on the "Passes shell script" and "Run shell script" condition and action (and the same for AppleScript and JavaScript)? It's pretty hard to understand the contents of rules that are heavily using scripts right know.
Example rule:
With descriptive labels:
Example rule:
- Code: Select all
If -all- of the following conditions are met:
-Kind- -is- -folder-
-Passes shell script- -embedded script-
-Passes shell script- -embedded script-
Do the following:
-Run AppleScript- -embedded script-
With descriptive labels:
- Code: Select all
If -all- of the following conditions are met:
-Kind- -is- -folder-
-Passes shell script- -embedded script- "Folder contains images"
-Passes shell script- -embedded script- "No images have been processed"
Do the following:
-Run AppleScript- -embedded script- "Import entire directory to Photos"