An element $X \in \mathfrak{so}(3)$ can be written generally written as $X = \left[ \begin{matrix} 0 & -z & y \\ z & 0 & -x \\ -y & x & 0 \end{matrix} \right]$. I've been given a mapping $\phi:\mathfrak{so}(3) \to \mathbb{R}^{3}$ which is defined by its components as: $$ \phi\left( \left[ \begin{matrix} 0 & -z & y \\ z & 0 & -x \\ -y & x & 0 \end{matrix} \right] \right) = \left[ \begin{matrix} x \\ y \\ z \end{matrix} \right] $$
I'm supposed to show that for any $X \in \mathfrak{so}(3)$ and any $g \in SO(3)$ the function defined above has the property $\phi(gXg^{-1}) = g \phi(X)$.
I know that you can generally write the components of any matrix in $SO(3)$ using the Rodrigues Rotation Formula, however this is a really messy formula. I've started doing the computation $gXg^{-1}$ explicitly and it get messy really fast, so I'm thinking that there might be a trick that I am missing out on.
Is there some sort of short cut I am not seeing? I feel like there could be a simpler way to do this problem. I know that any $g \in SO(3)$ can be written as $g = \exp(X)$ for some $\mathfrak{so}(3)$, and I am hoping this could be used as a shortcut somehow.