Use Caesar brute force when you have a suspicious message that looks like a shift cipher but you do not know the key. It is a fast way to decode Caesar cipher text in classroom exercises, escape-room clues, CTF challenges, geocaching hints, ARG puzzles, and historical cryptography examples.
Paste the encrypted text, choose the matching alphabet, and look for the row that reads like natural language. If the message is in English, common words such as THE, AND, YOU, THAT, or SECRET usually make the correct shift stand out immediately.
This method also solves ROT13, which is simply Caesar cipher with shift 13 in the English alphabet. If the ciphertext was produced by a different cipher, the all-shifts table may still show interesting patterns, but it will not recover a complete plaintext.