Concept:
For skew-symmetric matrices:
\[
A^T = -A, \quad B^T = -B
\]
Step 1: Take transpose.
\[
(AB - BA)^T = B^T A^T - A^T B^T
\]
\[
= (-B)(-A) - (-A)(-B)
\]
\[
= BA - AB = -(AB - BA)
\]
Step 2:
\[
\Rightarrow (AB - BA)^T = -(AB - BA)
\]
\[
\Rightarrow \text{Skew symmetric}
\]