Find all primes $(p,q)$ such that $p|q+6$ and $q|p+7$
I haven't found any. I initially started from $p,q\gt 3$ since, by a simple substitution you get, if of $p=2$ then $q|8$ and $q=2$, but then $2|9$ and it's a contradiction. Similarly happens with 3. Then, $p,q$ are odd and greater than 3. Also, I tried using $p,q\equiv \pm1\pmod 6$ and linear combinations, but I haven't gotten anything and I don't know how to proceed.
I would prefer a suggestion rather than an answer, if possible without congruences, thanks beforehand.
We have \begin{align} q\mid p+7& \implies 2\nmid q, 2\nmid p \implies 2\mid |p-q|\\ q-7\leq p \leq q+6 &\implies -7\leq p-q \leq 6 \implies 0\leq q+6-p\leq 13. \end{align} Since $2\mid q+6-p$ and $p\mid q+6-p$, we have the following cases: $$\begin{cases} q+6-p = 0& \implies p = q+6 \implies q\mid q+13 \implies q\mid 13 \implies q =13\implies p=19 \\ p = 3, q+6-p = 6 &\implies q= 3 \implies q\nmid p+7\text{ i.e, no solution} \\ p = 3, q+6-p = 12&\implies q = 9 \text{ i.e, no solution} \\ p = 5, q+6-p = 10&\implies q=9 \text{ i.e, no solution.} \end{cases} $$ Therefore, the only solution is $(19,13)$.