Skip to content

Commit 2928ba8

Browse files
committed
Address comments
1 parent 1850c11 commit 2928ba8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.claude/commands/review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ For each changed file:
5757

5858
## SECTION 2: REVIEW DOMAINS
5959

60+
> **Note:** Skip checks that don't apply to the project under review. For example, client-side libraries won't have database queries, server-side session management, or React components. Focus on the domains relevant to the codebase.
61+
6062
### 2.1 Error Handling & Silent Failures
6163

6264
**Logging Quality:**
@@ -312,6 +314,12 @@ For each changed file:
312314
- [ ] Control flow is straightforward
313315
- [ ] Early returns used to reduce nesting
314316

317+
**Project Hygiene:**
318+
319+
- [ ] New `TODO` comments include explanation for the future work
320+
- [ ] README updated if changes introduce new env vars, setup instructions, or dependencies
321+
- [ ] `package-lock.json` changes correspond to `package.json` changes
322+
315323
---
316324

317325
## SECTION 3: SEVERITY SYSTEM

0 commit comments

Comments
 (0)