Create a report wizard for patching
A simple report wizard that allows you to point to a patching label and outputs Machine name, number patches needed by that machines, # successes, # errors and %. Maybe the ability to specify severity level...
Example output: Test-machine1 20 19 1 95%
Seems like every org would need this without having someone with SQL scripting and SMA knowledge to have to create it.

-
Mike D commented
It should also list machines where it found no needed patches so :
Example output:
Test-machine1 20 19 1 95%
Test-machine2 0 0 0 0%This way you can ID a potential problem as opposed to the machine being left off the report.