-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchecklists.mdc
More file actions
41 lines (36 loc) · 1.24 KB
/
checklists.mdc
File metadata and controls
41 lines (36 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
description:
globs:
alwaysApply: true
---
# @attach: agent
# @description: General development and code review checklists. Always loaded for context.
# Checklists
## Overview
This document provides an overview of all checklists used in the project. Each major module has its own specific checklists that should be followed during development.
## Module Checklists
- [Frontend Checklists](mdc:frontend/checklists.mdc)
- [Backend Checklists](mdc:backend/checklists.mdc)
- [Workflow Checklists](mdc:workflow/checklists.mdc)
## General Development Checklist
- [ ] Review relevant module rules
- [ ] Check for existing similar implementations
- [ ] Follow naming conventions
- [ ] Add proper documentation
- [ ] Include usage examples
- [ ] Test edge cases
- [ ] Verify error handling
- [ ] Check performance impact
- [ ] Update relevant documentation
- [ ] Run through appropriate module-specific checklists
## Code Review Checklist
- [ ] Verify all checklists are completed
- [ ] Check for common mistakes
- [ ] Review error handling
- [ ] Verify documentation
- [ ] Check test coverage
- [ ] Review performance considerations
- [ ] Verify security practices
- [ ] Check accessibility requirements
- [ ] Review code organization
- [ ] Verify naming conventions