@jakkrichm/create-nexus-devflow 2.0.11 → 2.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/bin/create-nexus-devflow.js +15 -3
  2. package/lib/update.js +15 -1
  3. package/package.json +1 -1
  4. package/template/.agents/skills/70-release/SKILL.md +2 -0
  5. package/template/.agents/skills/ci/SKILL.md +25 -78
  6. package/template/.agents/skills/commit/SKILL.md +39 -43
  7. package/template/.agents/skills/debug/SKILL.md +43 -104
  8. package/template/.agents/skills/deploy/SKILL.md +37 -65
  9. package/template/.agents/skills/insight/SKILL.md +27 -116
  10. package/template/.agents/skills/preview/SKILL.md +24 -103
  11. package/template/.agents/skills/review/SKILL.md +53 -37
  12. package/template/.agents/skills/rollback/SKILL.md +1 -0
  13. package/template/.agents/skills/security-review/SKILL.md +44 -147
  14. package/template/.agents/skills/simplify/SKILL.md +48 -57
  15. package/template/.agents/skills/test/SKILL.md +63 -51
  16. package/template/.claude/skills/70-release/SKILL.md +2 -0
  17. package/template/.claude/skills/ci/SKILL.md +25 -78
  18. package/template/.claude/skills/commit/SKILL.md +39 -43
  19. package/template/.claude/skills/debug/SKILL.md +43 -104
  20. package/template/.claude/skills/deploy/SKILL.md +37 -65
  21. package/template/.claude/skills/insight/SKILL.md +27 -116
  22. package/template/.claude/skills/preview/SKILL.md +24 -103
  23. package/template/.claude/skills/review/SKILL.md +53 -37
  24. package/template/.claude/skills/rollback/SKILL.md +1 -0
  25. package/template/.claude/skills/security-review/SKILL.md +44 -147
  26. package/template/.claude/skills/simplify/SKILL.md +48 -57
  27. package/template/.claude/skills/test/SKILL.md +63 -51
  28. package/template/devflow/history/HISTORY.md +27 -0
  29. package/template/devflow/reference/running-id-contract.md +1 -1
  30. package/template/.agents/skills/9arm-skills/README.md +0 -51
  31. package/template/.agents/skills/9arm-skills/debug-mantra/SKILL.md +0 -86
  32. package/template/.agents/skills/9arm-skills/management-talk/SKILL.md +0 -79
  33. package/template/.agents/skills/9arm-skills/post-mortem/SKILL.md +0 -71
  34. package/template/.agents/skills/9arm-skills/scrutinize/SKILL.md +0 -72
  35. package/template/.agents/skills/browser-testing-with-devtools/SKILL.md +0 -302
  36. package/template/.agents/skills/ci-cd-and-automation/SKILL.md +0 -390
  37. package/template/.agents/skills/code-review-and-quality/SKILL.md +0 -392
  38. package/template/.agents/skills/code-simplification/SKILL.md +0 -331
  39. package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +0 -298
  40. package/template/.agents/skills/deployment-procedures/SKILL.md +0 -241
  41. package/template/.agents/skills/deprecation-and-migration/SKILL.md +0 -206
  42. package/template/.agents/skills/diagnosing-bugs/SKILL.md +0 -93
  43. package/template/.agents/skills/git-workflow-and-versioning/SKILL.md +0 -300
  44. package/template/.agents/skills/human-review-decisions/SKILL.md +0 -74
  45. package/template/.agents/skills/idea-refine/SKILL.md +0 -178
  46. package/template/.agents/skills/idea-refine/examples.md +0 -238
  47. package/template/.agents/skills/idea-refine/frameworks.md +0 -99
  48. package/template/.agents/skills/idea-refine/refinement-criteria.md +0 -113
  49. package/template/.agents/skills/idea-refine/scripts/idea-refine.sh +0 -15
  50. package/template/.agents/skills/incremental-implementation/SKILL.md +0 -248
  51. package/template/.agents/skills/insight-capture/SKILL.md +0 -84
  52. package/template/.agents/skills/intelligent-routing/SKILL.md +0 -176
  53. package/template/.agents/skills/md2html/SKILL.md +0 -154
  54. package/template/.agents/skills/md2html/components.md +0 -505
  55. package/template/.agents/skills/md2html/template.html +0 -1152
  56. package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +0 -239
  57. package/template/.agents/skills/pr-review/SKILL.md +0 -143
  58. package/template/.agents/skills/pr-review-analysis/SKILL.md +0 -89
  59. package/template/.agents/skills/preview-local-check/SKILL.md +0 -59
  60. package/template/.agents/skills/release-git-operations/SKILL.md +0 -97
  61. package/template/.agents/skills/review-followup-routing/SKILL.md +0 -98
  62. package/template/.agents/skills/security-and-hardening/SKILL.md +0 -349
  63. package/template/.agents/skills/security-and-hardening/security-checklist.md +0 -134
  64. package/template/.agents/skills/shipping-and-launch/SKILL.md +0 -311
  65. package/template/.agents/skills/silent-failure-audit/SKILL.md +0 -73
  66. package/template/.agents/skills/spec-orchestration/SKILL.md +0 -91
  67. package/template/.agents/skills/specialist-agent-routing/SKILL.md +0 -107
  68. package/template/.agents/skills/test-driven-development/SKILL.md +0 -422
  69. package/template/.agents/skills/test-driven-development/testing-patterns.md +0 -236
  70. package/template/.agents/skills/test-execution-and-coverage/SKILL.md +0 -56
  71. package/template/.agents/skills/using-agent-skills/SKILL.md +0 -171
  72. package/template/.agents/skills/verification-orchestration/SKILL.md +0 -68
  73. package/template/.agents/skills/vulnerability-scanner/SKILL.md +0 -276
  74. package/template/.agents/skills/vulnerability-scanner/checklists.md +0 -121
  75. package/template/.agents/skills/vulnerability-scanner/scripts/security_scan.py +0 -458
  76. package/template/.agents/skills/wiki/SKILL.md +0 -149
  77. package/template/.agents/skills/workflow-documentation-sync/SKILL.md +0 -87
  78. package/template/.claude/skills/9arm-skills/README.md +0 -51
  79. package/template/.claude/skills/9arm-skills/debug-mantra/SKILL.md +0 -86
  80. package/template/.claude/skills/9arm-skills/management-talk/SKILL.md +0 -79
  81. package/template/.claude/skills/9arm-skills/post-mortem/SKILL.md +0 -71
  82. package/template/.claude/skills/9arm-skills/scrutinize/SKILL.md +0 -72
  83. package/template/.claude/skills/browser-testing-with-devtools/SKILL.md +0 -302
  84. package/template/.claude/skills/ci-cd-and-automation/SKILL.md +0 -390
  85. package/template/.claude/skills/code-review-and-quality/SKILL.md +0 -392
  86. package/template/.claude/skills/code-simplification/SKILL.md +0 -331
  87. package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +0 -298
  88. package/template/.claude/skills/deployment-procedures/SKILL.md +0 -241
  89. package/template/.claude/skills/deprecation-and-migration/SKILL.md +0 -206
  90. package/template/.claude/skills/diagnosing-bugs/SKILL.md +0 -93
  91. package/template/.claude/skills/git-workflow-and-versioning/SKILL.md +0 -300
  92. package/template/.claude/skills/human-review-decisions/SKILL.md +0 -74
  93. package/template/.claude/skills/idea-refine/SKILL.md +0 -178
  94. package/template/.claude/skills/idea-refine/examples.md +0 -238
  95. package/template/.claude/skills/idea-refine/frameworks.md +0 -99
  96. package/template/.claude/skills/idea-refine/refinement-criteria.md +0 -113
  97. package/template/.claude/skills/idea-refine/scripts/idea-refine.sh +0 -15
  98. package/template/.claude/skills/incremental-implementation/SKILL.md +0 -248
  99. package/template/.claude/skills/insight-capture/SKILL.md +0 -84
  100. package/template/.claude/skills/intelligent-routing/SKILL.md +0 -176
  101. package/template/.claude/skills/md2html/SKILL.md +0 -154
  102. package/template/.claude/skills/md2html/components.md +0 -505
  103. package/template/.claude/skills/md2html/template.html +0 -1152
  104. package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +0 -239
  105. package/template/.claude/skills/pr-review/SKILL.md +0 -143
  106. package/template/.claude/skills/pr-review-analysis/SKILL.md +0 -89
  107. package/template/.claude/skills/preview-local-check/SKILL.md +0 -59
  108. package/template/.claude/skills/release-git-operations/SKILL.md +0 -97
  109. package/template/.claude/skills/review-followup-routing/SKILL.md +0 -98
  110. package/template/.claude/skills/security-and-hardening/SKILL.md +0 -349
  111. package/template/.claude/skills/security-and-hardening/security-checklist.md +0 -134
  112. package/template/.claude/skills/shipping-and-launch/SKILL.md +0 -311
  113. package/template/.claude/skills/silent-failure-audit/SKILL.md +0 -73
  114. package/template/.claude/skills/spec-orchestration/SKILL.md +0 -91
  115. package/template/.claude/skills/specialist-agent-routing/SKILL.md +0 -107
  116. package/template/.claude/skills/test-driven-development/SKILL.md +0 -422
  117. package/template/.claude/skills/test-driven-development/testing-patterns.md +0 -236
  118. package/template/.claude/skills/test-execution-and-coverage/SKILL.md +0 -56
  119. package/template/.claude/skills/using-agent-skills/SKILL.md +0 -171
  120. package/template/.claude/skills/verification-orchestration/SKILL.md +0 -68
  121. package/template/.claude/skills/vulnerability-scanner/SKILL.md +0 -276
  122. package/template/.claude/skills/vulnerability-scanner/checklists.md +0 -121
  123. package/template/.claude/skills/vulnerability-scanner/scripts/security_scan.py +0 -458
  124. package/template/.claude/skills/wiki/SKILL.md +0 -149
  125. package/template/.claude/skills/workflow-documentation-sync/SKILL.md +0 -87
@@ -1,392 +0,0 @@
1
- ---
2
- name: code-review-and-quality
3
- description: "[Devflow] Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch."
4
- ---
5
-
6
- # Code Review and Quality
7
-
8
- ## Overview
9
-
10
- Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance.
11
-
12
- **The approval standard:** Approve a change when it definitely improves overall code health, even if it isn't perfect. Perfect code doesn't exist — the goal is continuous improvement. Don't block a change because it isn't exactly how you would have written it. If it improves the codebase and follows the project's conventions, approve it.
13
-
14
- ## When to Use
15
-
16
- - Before merging any PR or change
17
- - After completing a feature implementation
18
- - When another agent or model produced code you need to evaluate
19
- - When refactoring existing code
20
- - After any bug fix (review both the fix and the regression test)
21
-
22
- ## The Five-Axis Review
23
-
24
- Every review evaluates code across these dimensions:
25
-
26
- ### 1. Correctness
27
-
28
- Does the code do what it claims to do?
29
-
30
- - Does it match the spec or task requirements?
31
- - Are edge cases handled (null, empty, boundary values)?
32
- - Are error paths handled (not just the happy path)?
33
- - Does it pass all tests? Are the tests actually testing the right things?
34
- - Are there off-by-one errors, race conditions, or state inconsistencies?
35
-
36
- ### 2. Readability & Simplicity
37
-
38
- Can another engineer (or agent) understand this code without the author explaining it?
39
-
40
- - Are names descriptive and consistent with project conventions? (No `temp`, `data`, `result` without context)
41
- - Is the control flow straightforward (avoid nested ternaries, deep callbacks)?
42
- - Is the code organized logically (related code grouped, clear module boundaries)?
43
- - Are there any "clever" tricks that should be simplified?
44
- - **Could this be done in fewer lines?** (1000 lines where 100 suffice is a failure)
45
- - **Are abstractions earning their complexity?** (Don't generalize until the third use case)
46
- - Would comments help clarify non-obvious intent? (But don't comment obvious code.)
47
- - Are there dead code artifacts: no-op variables (`_unused`), backwards-compat shims, or `// removed` comments?
48
-
49
- ### 3. Architecture
50
-
51
- Does the change fit the system's design?
52
-
53
- - Does it follow existing patterns or introduce a new one? If new, is it justified?
54
- - Does it maintain clean module boundaries?
55
- - Is there code duplication that should be shared?
56
- - Are dependencies flowing in the right direction (no circular dependencies)?
57
- - Is the abstraction level appropriate (not over-engineered, not too coupled)?
58
-
59
- ### 4. Security
60
-
61
- For detailed security guidance, see `security-and-hardening`. Does the change introduce vulnerabilities?
62
-
63
- - Is user input validated and sanitized?
64
- - Are secrets kept out of code, logs, and version control?
65
- - Is authentication/authorization checked where needed?
66
- - Are SQL queries parameterized (no string concatenation)?
67
- - Are outputs encoded to prevent XSS?
68
- - Are dependencies from trusted sources with no known vulnerabilities?
69
- - Is data from external sources (APIs, logs, user content, config files) treated as untrusted?
70
- - Are external data flows validated at system boundaries before use in logic or rendering?
71
-
72
- ### 5. Performance
73
-
74
- For detailed profiling and optimization, see `performance-optimization`. Does the change introduce performance problems?
75
-
76
- - Any N+1 query patterns?
77
- - Any unbounded loops or unconstrained data fetching?
78
- - Any synchronous operations that should be async?
79
- - Any unnecessary re-renders in UI components?
80
- - Any missing pagination on list endpoints?
81
- - Any large objects created in hot paths?
82
-
83
- ## Review Lenses
84
-
85
- For larger or riskier changes, apply focused review lenses inside the five-axis review instead of treating every concern as one generic "code quality" bucket.
86
-
87
- | Lens | Use It To Check |
88
- |---|---|
89
- | Correctness / bugs | Logic errors, edge cases, race conditions, state inconsistencies, and runtime failures. |
90
- | Type safety | Unsafe casts, weak types, invalid states, missing narrowing, and boundary parsing in typed code. |
91
- | Maintainability | DRY issues, dead code, coupling, cohesion, inconsistent patterns, and migration debt. |
92
- | Simplicity | Whether the solution is more complex than the problem requires. |
93
- | Testability | Whether important logic is easy to isolate and test. |
94
- | Coverage | Whether changed behavior is actually tested. |
95
- | Docs accuracy | Whether docs, comments, commands, and examples still match the code. |
96
- | AGENTS.md adherence | Whether the change follows explicit project instructions. |
97
- | Security | Whether the change introduces exploitable risk or leaks sensitive data. |
98
- | Performance | Whether the change introduces measurable or likely bottlenecks. |
99
-
100
- Keep lens boundaries clean:
101
-
102
- - Coverage asks "are there tests for this behavior?"
103
- - Testability asks "is this design easy to test?"
104
- - Maintainability asks "will this be easy to change safely?"
105
- - Simplicity asks "is this harder to understand than necessary?"
106
- - AGENTS.md adherence asks "which exact project rule was violated?"
107
-
108
- Only report high-confidence findings. If a concern is speculative, either omit it or list it as an open question with the evidence needed to decide.
109
-
110
- ## Change Sizing
111
-
112
- Small, focused changes are easier to review, faster to merge, and safer to deploy. Target these sizes:
113
-
114
- ```
115
- ~100 lines changed → Good. Reviewable in one sitting.
116
- ~300 lines changed → Acceptable if it's a single logical change.
117
- ~1000 lines changed → Too large. Split it.
118
- ```
119
-
120
- **What counts as "one change":** A single self-contained modification that addresses one thing, includes related tests, and keeps the system functional after submission. One part of a feature — not the whole feature.
121
-
122
- **Splitting strategies when a change is too large:**
123
-
124
- | Strategy | How | When |
125
- |----------|-----|------|
126
- | **Stack** | Submit a small change, start the next one based on it | Sequential dependencies |
127
- | **By file group** | Separate changes for groups needing different reviewers | Cross-cutting concerns |
128
- | **Horizontal** | Create shared code/stubs first, then consumers | Layered architecture |
129
- | **Vertical** | Break into smaller full-stack slices of the feature | Feature work |
130
-
131
- **When large changes are acceptable:** Complete file deletions and automated refactoring where the reviewer only needs to verify intent, not every line.
132
-
133
- **Separate refactoring from feature work.** A change that refactors existing code and adds new behavior is two changes — submit them separately. Small cleanups (variable renaming) can be included at reviewer discretion.
134
-
135
- ## Change Descriptions
136
-
137
- Every change needs a description that stands alone in version control history.
138
-
139
- **First line:** Short, imperative, standalone. "Delete the FizzBuzz RPC" not "Deleting the FizzBuzz RPC." Must be informative enough that someone searching history can understand the change without reading the diff.
140
-
141
- **Body:** What is changing and why. Include context, decisions, and reasoning not visible in the code itself. Link to bug numbers, benchmark results, or design docs where relevant. Acknowledge approach shortcomings when they exist.
142
-
143
- **Anti-patterns:** "Fix bug," "Fix build," "Add patch," "Moving code from A to B," "Phase 1," "Add convenience functions."
144
-
145
- ## Review Process
146
-
147
- ### Step 1: Understand the Context
148
-
149
- Before looking at code, understand the intent:
150
-
151
- ```
152
- - What is this change trying to accomplish?
153
- - What spec or task does it implement?
154
- - What is the expected behavior change?
155
- ```
156
-
157
- ### Step 2: Review the Tests First
158
-
159
- Tests reveal intent and coverage:
160
-
161
- ```
162
- - Do tests exist for the change?
163
- - Do they test behavior (not implementation details)?
164
- - Are edge cases covered?
165
- - Do tests have descriptive names?
166
- - Would the tests catch a regression if the code changed?
167
- ```
168
-
169
- ### Step 3: Review the Implementation
170
-
171
- Walk through the code with the five axes in mind:
172
-
173
- ```
174
- For each file changed:
175
- 1. Correctness: Does this code do what the test says it should?
176
- 2. Readability: Can I understand this without help? (Follow SRP, DRY, KISS, YAGNI)
177
- 3. Architecture: Does this fit the system?
178
- 4. Security: Any vulnerabilities?
179
- 5. Performance: Any bottlenecks?
180
-
181
- ## Pragmatic Coding Standards
182
-
183
- ### Naming Rules
184
- - **Variables**: Reveal intent (`userCount` not `n`).
185
- - **Functions**: Verb + noun (`getUserById()` not `user()`).
186
- - **Booleans**: Question form (`isActive`, `hasPermission`).
187
- - **Rule**: If you need a comment to explain a name, rename it.
188
-
189
- ### Function Rules
190
- - **Small**: Ideally 5-10 lines, max 20.
191
- - **One Thing**: Does one thing and does it well.
192
- - **Few Args**: Max 3 arguments, prefer 0-2.
193
-
194
- ### Anti-Patterns to Remove
195
- - **Dead Code**: no-op variables, `// removed` comments, backwards-compat shims.
196
- - **Deep Nesting**: Avoid deep nesting (max 2 levels) using guard clauses.
197
- - **God Functions**: Split by responsibility.
198
- ```
199
-
200
- ### Step 4: Categorize Findings
201
-
202
- Label every comment with its severity so the author knows what's required vs optional:
203
-
204
- | Prefix | Meaning | Author Action |
205
- |--------|---------|---------------|
206
- | *(no prefix)* | Required change | Must address before merge |
207
- | **Critical:** | Blocks merge | Security vulnerability, data loss, broken functionality |
208
- | **Nit:** | Minor, optional | Author may ignore — formatting, style preferences |
209
- | **Optional:** / **Consider:** | Suggestion | Worth considering but not required |
210
- | **FYI** | Informational only | No action needed — context for future reference |
211
-
212
- This prevents authors from treating all feedback as mandatory and wasting time on optional suggestions.
213
-
214
- ### Step 5: Verify the Verification
215
-
216
- Check the author's verification story:
217
-
218
- ```
219
- - What tests were run?
220
- - Did the build pass?
221
- - Was the change tested manually?
222
- - Are there screenshots for UI changes?
223
- - Is there a before/after comparison?
224
- ```
225
-
226
- ## Multi-Model Review Pattern
227
-
228
- Use different models for different review perspectives:
229
-
230
- ```
231
- Model A writes the code
232
-
233
-
234
- Model B reviews for correctness and architecture
235
-
236
-
237
- Model A addresses the feedback
238
-
239
-
240
- Human makes the final call
241
- ```
242
-
243
- This catches issues that a single model might miss — different models have different blind spots.
244
-
245
- **Example prompt for a review agent:**
246
- ```
247
- Review this code change for correctness, security, and adherence to
248
- our project conventions. The spec says [X]. The change should [Y].
249
- Flag any issues as Critical, Important, or Suggestion.
250
- ```
251
-
252
- ## Dead Code Hygiene
253
-
254
- After any refactoring or implementation change, check for orphaned code:
255
-
256
- 1. Identify code that is now unreachable or unused
257
- 2. List it explicitly
258
- 3. **Ask before deleting:** "Should I remove these now-unused elements: [list]?"
259
-
260
- Don't leave dead code lying around — it confuses future readers and agents. But don't silently delete things you're not sure about. When in doubt, ask.
261
-
262
- ```
263
- DEAD CODE IDENTIFIED:
264
- - formatLegacyDate() in src/utils/date.ts — replaced by formatDate()
265
- - OldTaskCard component in src/components/ — replaced by TaskCard
266
- - LEGACY_API_URL constant in src/config.ts — no remaining references
267
- → Safe to remove these?
268
- ```
269
-
270
- ## Review Speed
271
-
272
- Slow reviews block entire teams. The cost of context-switching to review is less than the waiting cost imposed on others.
273
-
274
- - **Respond within one business day** — this is the maximum, not the target
275
- - **Ideal cadence:** Respond shortly after a review request arrives, unless deep in focused coding. A typical change should complete multiple review rounds in a single day
276
- - **Prioritize fast individual responses** over quick final approval. Quick feedback reduces frustration even if multiple rounds are needed
277
- - **Large changes:** Ask the author to split them rather than reviewing one massive changeset
278
-
279
- ## Handling Disagreements
280
-
281
- When resolving review disputes, apply this hierarchy:
282
-
283
- 1. **Technical facts and data** override opinions and preferences
284
- 2. **Style guides** are the absolute authority on style matters
285
- 3. **Software design** must be evaluated on engineering principles, not personal preference
286
- 4. **Codebase consistency** is acceptable if it doesn't degrade overall health
287
-
288
- **Don't accept "I'll clean it up later."** Experience shows deferred cleanup rarely happens. Require cleanup before submission unless it's a genuine emergency. If surrounding issues can't be addressed in this change, require filing a bug with self-assignment.
289
-
290
- ## Honesty in Review
291
-
292
- When reviewing code — whether written by you, another agent, or a human:
293
-
294
- - **Don't rubber-stamp.** "LGTM" without evidence of review helps no one.
295
- - **Don't soften real issues.** "This might be a minor concern" when it's a bug that will hit production is dishonest.
296
- - **Quantify problems when possible.** "This N+1 query will add ~50ms per item in the list" is better than "this could be slow."
297
- - **Push back on approaches with clear problems.** Sycophancy is a failure mode in reviews. If the implementation has issues, say so directly and propose alternatives.
298
- - **Accept override gracefully.** If the author has full context and disagrees, defer to their judgment. Comment on code, not people — reframe personal critiques to focus on the code itself.
299
-
300
- ## Dependency Discipline
301
-
302
- Part of code review is dependency review:
303
-
304
- **Before adding any dependency:**
305
- 1. Does the existing stack solve this? (Often it does.)
306
- 2. How large is the dependency? (Check bundle impact.)
307
- 3. Is it actively maintained? (Check last commit, open issues.)
308
- 4. Does it have known vulnerabilities? (`npm audit`)
309
- 5. What's the license? (Must be compatible with the project.)
310
-
311
- **Rule:** Prefer standard library and existing utilities over new dependencies. Every dependency is a liability.
312
-
313
- ## The Review Checklist
314
-
315
- ```markdown
316
- ## Review: [PR/Change title]
317
-
318
- ### Context
319
- - [ ] I understand what this change does and why
320
-
321
- ### Correctness
322
- - [ ] Change matches spec/task requirements
323
- - [ ] Edge cases handled
324
- - [ ] Error paths handled
325
- - [ ] Tests cover the change adequately
326
-
327
- ### Readability
328
- - [ ] Names are clear and consistent
329
- - [ ] Logic is straightforward
330
- - [ ] No unnecessary complexity
331
-
332
- ### Architecture
333
- - [ ] Follows existing patterns
334
- - [ ] No unnecessary coupling or dependencies
335
- - [ ] Appropriate abstraction level
336
-
337
- ### Security
338
- - [ ] No secrets in code
339
- - [ ] Input validated at boundaries
340
- - [ ] No injection vulnerabilities
341
- - [ ] Auth checks in place
342
- - [ ] External data sources treated as untrusted
343
-
344
- ### Performance
345
- - [ ] No N+1 patterns
346
- - [ ] No unbounded operations
347
- - [ ] Pagination on list endpoints
348
-
349
- ### Verification
350
- - [ ] Tests pass
351
- - [ ] Build succeeds
352
- - [ ] Manual verification done (if applicable)
353
-
354
- ### Verdict
355
- - [ ] **Approve** — Ready to merge
356
- - [ ] **Request changes** — Issues must be addressed
357
- ```
358
- ## See Also
359
-
360
- - For detailed security review guidance, see `references/security-checklist.md`
361
- - For performance review checks, see `references/performance-checklist.md`
362
-
363
- ## Common Rationalizations
364
-
365
- | Rationalization | Reality |
366
- |---|---|
367
- | "It works, that's good enough" | Working code that's unreadable, insecure, or architecturally wrong creates debt that compounds. |
368
- | "I wrote it, so I know it's correct" | Authors are blind to their own assumptions. Every change benefits from another set of eyes. |
369
- | "We'll clean it up later" | Later never comes. The review is the quality gate — use it. Require cleanup before merge, not after. |
370
- | "AI-generated code is probably fine" | AI code needs more scrutiny, not less. It's confident and plausible, even when wrong. |
371
- | "The tests pass, so it's good" | Tests are necessary but not sufficient. They don't catch architecture problems, security issues, or readability concerns. |
372
-
373
- ## Red Flags
374
-
375
- - PRs merged without any review
376
- - Review that only checks if tests pass (ignoring other axes)
377
- - "LGTM" without evidence of actual review
378
- - Security-sensitive changes without security-focused review
379
- - Large PRs that are "too big to review properly" (split them)
380
- - No regression tests with bug fix PRs
381
- - Review comments without severity labels — makes it unclear what's required vs optional
382
- - Accepting "I'll fix it later" — it never happens
383
-
384
- ## Verification
385
-
386
- After review is complete:
387
-
388
- - [ ] All Critical issues are resolved
389
- - [ ] All Important issues are resolved or explicitly deferred with justification
390
- - [ ] Tests pass
391
- - [ ] Build succeeds
392
- - [ ] The verification story is documented (what changed, how it was verified)