I agree, it's time for this.
Fears of comment spam can be mitigated by limiting the tool to 2k+ users. Also, it's not like comment spam wasn't possible before.
And to those fearing that this tool would encourage hasty, incorrect comments: The same thing already happens every day - just with much more cryptic messages like "escape your input" or "use xyz library" that more often than not, leave the OP baffled and none the wiser.
This functionality does not add anything dangerous that you can't do already. It just helps automate a terribly, terribly dreary task and this is needed! Let's face it: We have 4,000 new questions a day, and not enough users, time, nor the inclination to deal with every one on an individual basis. That includes comments about frequent mistakes in posts. Either we use an automated tool to deal with the most common patterns (like in PHP, the eternal "you are not escaping your mySQL data. Use prepared statements or escape your input using ....."), or many mistakes will simply go uncommented.
Possible advantages to having this integrated in SO proper include:
Centralized storage of comment templates would take away the need to rebuild your templates list on every client you use.
The possibility to have a list of community-curated comment templates, leading to overall higher quality - creating a good comment template (with a polite greeting, an explanation of the issue, and some helpful links) isn't completely trivial. (This would complement the existing functionality of having your own comment templates, not replace it.)
The collection of usage data and the possibility to do queries like "how often did users insert the xyz pro-forma comment?" can be helpful for future UI decisions, or for fine-tuning the FAQ.
The team has a way to track how the solution works, and what kinds of comments are being emitted this way.
It goes without saying that the comment rate limiting mechanism would be completely unaffected by this.