Consider the complete graph $K_4$ with $4$ vertices, and choose some orientation for the edges. The symmetric group $S_4$ acts on the vertices and thereby also induces an action on the (oriented) edges. Since there are $6$ edges, I can say that this gives me a representation $\rho$ of $S_4$ on $\mathbb{Q}^6$.
I don't know much about representation theory, so my question is this:
How do I find the irreducible representations of $\rho$?
Ideas so far: I'm pretty sure that there is no non-zero element of $\mathbb{Q}^6$ which is invariant under this $S_4$-action. This means that $\rho$ has no $1$-dimensional irreducible subrepresentation, correct? Other than $1$-dimensionals, $S_4$ has one $2$-dimensional irreducible representation and two $3$-dimensionals. Since $\rho$ is $6$-dimensional, it is therefore either a direct sum of three $2$-dimensional irreducible representations or a direct sum of two $3$-dimensional irreducible representations. But how do I find which it is?
Update/Another idea: The complete graph has the shape of a tetrahedron. Name the vertices $v_1, \ldots, v_4$ and the edges $a_1, \ldots, a_6$ and fix some orientation of the edges. Let $W \cong \mathbb{Q}^6$ be the space generated by the edges (over $\mathbb{Q}$). Consider the $3$-dimensional space $U_1$ generated by three elements $x_1, x_2, x_3 \in W$, each of which is a sum of three different edges that lie on one of the sides of the tetrahedron. In my case, I've chosen $$x_1 = a_1 +a_2+a_3, \hspace{2mm} x_2 = a_3+a_4-a_6, \hspace{2mm} x_3 = a_1+a_5-a_6$$ (but I'm guessing the choice shouldn't matter). Now the $S_4$-action sends sides of the tetrahedron to sides of the tetrahedron. So this implies that the space $U_1$ is invariant under the $S_4$-action and therefore an irreducible representation.
Similarly, one can define a space $U_2$ generated by three elements $y_1, y_2,y_3 \in W$, each of which is again a sum of three different edges that are incident to one vertex, I'm going to call these the edges of a "cap" of the tetrahedron. In my case, I've chosen $$y_1 = a_1-a_2-a_5, \hspace{2mm} y_2 = a_2 -a_3-a_6, \hspace{2mm} y_3=a_4+a_5+a_6$$ (again I guess the choice shouldn't matter). The $S_4$-action again sends "caps" of the tetrahedron to other "caps", which implies that $U_2$ is invariant under the $S_4$-action and therefore an irreducible representation.
Since $x_1, x_2, x_3, y_1, y_2,y_3$ together form a basis of $W$, it follows that $W= U_1 \oplus U_2$ is a direct sum decomposition into irreducible representations.
By calculating the effect of the elements $id, (1,2), (1,2)(3,4), (1,2,3,4), (1,2,3) \in S_4$ (which represent all conjugacy classes of $S_4$) on $x_1, x_2, x_3$, one finds that the character of this representation $\chi_{U_1}$ corresponds to the character of the product of the standard and sign representation of $S_4$. Therefore the representation of $S_4$ on $U_1$ is the product of the standard and sign representation. Similarly, one finds that the representation of $S_4$ on $U_2$ is the standard representation.
Could someone comment on the above explanations? Do they make sense?
Edit: The precise edges that I've used above are the following (where $(v_i, v_j)$ denotes the edge directed from vertex $v_i$ toward vertex $v_j$):
$$a_1 = (v_1, v_2), a_2 = (v_2,v_3), a_3 = (v_3, v_1), a_4 = (v_1, v_4), a_5 =(v_2, v_4), a_6=(v_3, v_4)$$

Let $V$ be the four-dimensional vector space spanned by the vertices. The six dimensional space spanned by the oriented edges, subject to the convention that flipping the orientation corresponds to multiplying by $-1$ can be viewed as the exterior power $\Lambda^2V$. The general theory of representations of the symmetric group with special emphasis of computing exterior and symmetric powers of representations is described very well in the warmly recommended book 'Representation Theory: A First Course' by Fulton and Harris.
Edited in: yes this makes a lot of sense. I started writing comments about this, but the system threatened to move everything to chat, so I write here. $U_2$ being standard is correct, see last two comments. $U_1$ being standard times sign is also correct. I wasn't sure first that it would actually be a representation at all. That is: I wasn't sure that any group element that maps a certain face to itself would always map the corresponding vector to either itself or its negative and not to one of the other six possibilities. However, after staring a bit at the nice picture you edited in I see that this is indeed the case: your $U_1$ is indeed a representation and then you can use characters as you did to see which one.