Human reviews should not be used to catch simple spelling errors. It can be automated.
Also, using AI for it is a waste of tokens.
Investigate using cspell or a similar tool to automate spell-checking. Also consider the CI/CD scenario and possibly pre-commit hooks.
Human reviews should not be used to catch simple spelling errors. It can be automated.
Also, using AI for it is a waste of tokens.
Investigate using cspell or a similar tool to automate spell-checking. Also consider the CI/CD scenario and possibly pre-commit hooks.