This template pack provides five ready-to-use AI code review checklists, each tailored for different review scenarios. Use them to ensure consistency, speed, and thoroughness across your team.
Covers naming conventions, formatting (PEP8, ESLint), comment quality, and basic logic errors. Ideal for daily pull requests.
Includes OWASP Top 10 checks, input validation, authentication flaws, and dependency vulnerabilities (e.g., Snyk, Dependabot).
Focuses on algorithm complexity (Big O), database query optimization, caching strategies, and resource leak detection.
Verifies unit test coverage (>80%), integration test scenarios, edge case handling, and mocking best practices using Jest or pytest.
Assesses SOLID principles, separation of concerns, dependency injection, and microservices vs. monolith trade-offs.
Send USDT (TRC-20) to: TRnz5Pi8R3hjCbBjnDuZo7ZvR57euo2q8Z
Yes, each template is provided as an editable Markdown or JSON file, so you can add, remove, or reorder items to match your team’s standards.
They are designed to be used as standalone checklists, but you can easily convert them into pull request templates or CI/CD pipeline checklists.
The templates are language-agnostic, with examples and references for Python, JavaScript, TypeScript, Java, and Go.