I have found the question How to determine if data is valid tar file without a file?, but I was wondering: is there a ready made command line solution?
You can also check contents of *.tag.gz file using pigz (parallel gzip) to speedup the archive check:
pigz
pigz -cvdp number_of_threads /[...]path[...]/archive_name.tar.gz | tar -tv > /dev/null