There are many code checking tools that can warn you about the presence of code templates that you define. most of them have built-in support for detecting common things, such as "// todo" comments left in code, etc.
most IDEs support automatic // todo detection (intellij idea, for example).
general command line tool for this checkstyle . you can run it as part of your assembly and indicate what it tells you
radai source share