- 🐛 Bug fix (non-breaking change that fixes an issue)
- ✨ New feature (non-breaking change that adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📝 Documentation update
- 🎨 UI/UX improvement
- ⚡ Performance improvement
- ♻️ Code refactoring
- 🧪 Test addition or update
- 🔧 Configuration change
Closes #
- Unit tests added/updated
- Integration tests added/updated
- E2E tests added/updated
- Manual testing completed
# Example: paste test output here
- Updated relevant README files
- Updated API documentation
- Updated agent instructions (.claude/teams/)
- Created/updated ADR (if architecture change)
- Updated CHANGELOG.md
- Added code comments for complex logic
- Updated environment variable documentation
- Code follows project style guidelines
- TypeScript types are properly defined
- No console.log or debug code left in
- Error handling is implemented
- Code is DRY (Don't Repeat Yourself)
- All tests pass locally
- Test coverage maintained or improved
- Edge cases are covered
- CHANGELOG.md updated (unless
skip-changeloglabel) - Relevant documentation updated
- Comments added for complex logic
- No sensitive data exposed
- Input validation implemented
- Authentication/authorization checked
- Dependencies are secure (no known vulnerabilities)
- No unnecessary re-renders (React)
- Database queries optimized
- No N+1 query issues
- Bundle size impact considered
- ARIA labels added where needed
- Keyboard navigation works
- Color contrast is sufficient
- Screen reader tested (if UI change)
Impact:
Migration Path:
- Database migration required
- Environment variables added/changed
- External service configuration needed
- Cache needs to be cleared
- Other (describe):
Requesting review from:
- @platform-engineering-team
- @frontend-team
- @ai-agents-team
- @data-infrastructure-team
- @product-planning-team
- @quality-docs-team
- Correctness: Does the code do what it claims?
- Testing: Are there adequate tests?
- Documentation: Is it well-documented?
- Performance: Any performance concerns?
- Security: Any security issues?
- Maintainability: Is the code maintainable?
- ✅ All CI checks pass
- ✅ Code review approval from at least 1 team member
- ✅ Documentation updated
- ✅ Tests pass and coverage maintained
- ✅ No unresolved comments