Habit: Before I make a PR comment, I ask “Could this check be automated?”...


Habit: Before I make a PR comment, I ask “Could this check be automated?”

Examples:

🚫 Bad format
✅Use Prettier

🚫 Tests fail
✅ Run tests on CI

🚫 Broken build
✅ Run build on CI

🚫 Forbidden package
✅Use ESLint no-restricted-imports

View original on X