ID:161373
 
var/obj/Skill/Heal
for(var/obj/Skill/Heal/O in usr){Heal=O;break}


My question is simple, is there an easier way to than that find something in usr and define ref for it?
Note that your code example is a little problematic.
Nevertheless, what you're looking for is the locate() proc, look it up in the Reference.