Rotating or scaling the root bone is the easiest way to do what you need. You can adjust the root bone's transform after you apply animations, but before you call updateWorldTransform.
Other toolkits (like those that are scene graphs) may have the skeleton in a container that can be rotated, but they pay a cost for that. You could do the same, eg by adjusting vertices before drawing, rotating your camera, etc.