@jakkrichm/create-nexus-devflow 2.0.0 → 2.0.1

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 (394) hide show
  1. package/README.md +96 -50
  2. package/package.json +1 -1
  3. package/template/.agents/skills/20-spec/SKILL.md +136 -136
  4. package/template/.agents/skills/30-plan/SKILL.md +206 -206
  5. package/template/.agents/skills/40-implement/SKILL.md +152 -152
  6. package/template/.agents/skills/50-verify/SKILL.md +174 -174
  7. package/template/.agents/skills/60-report/SKILL.md +168 -168
  8. package/template/.agents/skills/70-release/SKILL.md +141 -141
  9. package/template/.agents/skills/9arm-skills/README.md +51 -51
  10. package/template/.agents/skills/9arm-skills/debug-mantra/SKILL.md +86 -86
  11. package/template/.agents/skills/9arm-skills/management-talk/SKILL.md +79 -79
  12. package/template/.agents/skills/9arm-skills/post-mortem/SKILL.md +71 -71
  13. package/template/.agents/skills/9arm-skills/scrutinize/SKILL.md +72 -72
  14. package/template/.agents/skills/agent/SKILL.md +164 -164
  15. package/template/.agents/skills/api-and-interface-design/SKILL.md +294 -294
  16. package/template/.agents/skills/app-builder/SKILL.md +75 -75
  17. package/template/.agents/skills/app-builder/agent-coordination.md +71 -71
  18. package/template/.agents/skills/app-builder/feature-building.md +53 -53
  19. package/template/.agents/skills/app-builder/project-detection.md +34 -34
  20. package/template/.agents/skills/app-builder/scaffolding.md +118 -118
  21. package/template/.agents/skills/app-builder/tech-stack.md +40 -40
  22. package/template/.agents/skills/app-builder/templates/SKILL.md +39 -39
  23. package/template/.agents/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -76
  24. package/template/.agents/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -92
  25. package/template/.agents/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -88
  26. package/template/.agents/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -88
  27. package/template/.agents/skills/app-builder/templates/express-api/TEMPLATE.md +83 -83
  28. package/template/.agents/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -90
  29. package/template/.agents/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -90
  30. package/template/.agents/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -122
  31. package/template/.agents/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -122
  32. package/template/.agents/skills/app-builder/templates/nextjs-static/TEMPLATE.md +169 -169
  33. package/template/.agents/skills/app-builder/templates/nuxt-app/TEMPLATE.md +134 -134
  34. package/template/.agents/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -83
  35. package/template/.agents/skills/app-builder/templates/react-native-app/TEMPLATE.md +119 -119
  36. package/template/.agents/skills/architecture/SKILL.md +55 -55
  37. package/template/.agents/skills/architecture/context-discovery.md +43 -43
  38. package/template/.agents/skills/architecture/examples.md +94 -94
  39. package/template/.agents/skills/architecture/pattern-selection.md +68 -68
  40. package/template/.agents/skills/architecture/patterns-reference.md +50 -50
  41. package/template/.agents/skills/architecture/trade-off-analysis.md +77 -77
  42. package/template/.agents/skills/bash-linux/SKILL.md +199 -199
  43. package/template/.agents/skills/behavioral-modes/SKILL.md +242 -242
  44. package/template/.agents/skills/brainstorm/SKILL.md +157 -157
  45. package/template/.agents/skills/browser-testing-with-devtools/SKILL.md +302 -302
  46. package/template/.agents/skills/changelog/SKILL.md +108 -108
  47. package/template/.agents/skills/check-for-updates/SKILL.md +116 -116
  48. package/template/.agents/skills/ci-cd-and-automation/SKILL.md +390 -390
  49. package/template/.agents/skills/code-review-and-quality/SKILL.md +392 -392
  50. package/template/.agents/skills/code-simplification/SKILL.md +331 -331
  51. package/template/.agents/skills/commit/SKILL.md +62 -62
  52. package/template/.agents/skills/competitor-analysis/SKILL.md +66 -66
  53. package/template/.agents/skills/context-engineering/SKILL.md +290 -290
  54. package/template/.agents/skills/database-design/SKILL.md +52 -52
  55. package/template/.agents/skills/database-design/database-selection.md +43 -43
  56. package/template/.agents/skills/database-design/indexing.md +39 -39
  57. package/template/.agents/skills/database-design/migrations.md +48 -48
  58. package/template/.agents/skills/database-design/optimization.md +36 -36
  59. package/template/.agents/skills/database-design/orm-selection.md +30 -30
  60. package/template/.agents/skills/database-design/schema-design.md +56 -56
  61. package/template/.agents/skills/database-design/scripts/schema_validator.py +172 -172
  62. package/template/.agents/skills/debug/SKILL.md +116 -116
  63. package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +298 -298
  64. package/template/.agents/skills/deploy/SKILL.md +90 -90
  65. package/template/.agents/skills/deployment-procedures/SKILL.md +241 -241
  66. package/template/.agents/skills/deprecation-and-migration/SKILL.md +206 -206
  67. package/template/.agents/skills/devflow-concept-intake/SKILL.md +150 -150
  68. package/template/.agents/skills/devflow-concept-intake/agents/openai.yaml +4 -4
  69. package/template/.agents/skills/devflow-concept-intake/references/adoption-proposal-template.md +60 -60
  70. package/template/.agents/skills/devflow-concept-intake/references/concept-report-template.md +47 -47
  71. package/template/.agents/skills/devflow-concept-intake/references/upstream-tracking-template.md +51 -51
  72. package/template/.agents/skills/devflow-wiki/SKILL.md +75 -75
  73. package/template/.agents/skills/documentation-and-adrs/SKILL.md +278 -278
  74. package/template/.agents/skills/english-to-thai-translator/SKILL.md +125 -125
  75. package/template/.agents/skills/followup/SKILL.md +78 -78
  76. package/template/.agents/skills/frontend-ui-engineering/SKILL.md +326 -326
  77. package/template/.agents/skills/frontend-ui-engineering/accessibility-checklist.md +159 -159
  78. package/template/.agents/skills/git-workflow-and-versioning/SKILL.md +300 -300
  79. package/template/.agents/skills/goal/SKILL.md +132 -132
  80. package/template/.agents/skills/help/SKILL.md +242 -242
  81. package/template/.agents/skills/human-review-decisions/SKILL.md +74 -74
  82. package/template/.agents/skills/i18n-localization/SKILL.md +154 -154
  83. package/template/.agents/skills/i18n-localization/scripts/i18n_checker.py +241 -241
  84. package/template/.agents/skills/idea-refine/SKILL.md +178 -178
  85. package/template/.agents/skills/idea-refine/examples.md +238 -238
  86. package/template/.agents/skills/idea-refine/frameworks.md +99 -99
  87. package/template/.agents/skills/idea-refine/refinement-criteria.md +113 -113
  88. package/template/.agents/skills/idea-refine/scripts/idea-refine.sh +15 -15
  89. package/template/.agents/skills/incremental-implementation/SKILL.md +248 -248
  90. package/template/.agents/skills/insight/SKILL.md +130 -130
  91. package/template/.agents/skills/insight-capture/SKILL.md +84 -84
  92. package/template/.agents/skills/intelligent-routing/SKILL.md +171 -171
  93. package/template/.agents/skills/issue-triage/SKILL.md +106 -106
  94. package/template/.agents/skills/lint-and-validate/SKILL.md +45 -45
  95. package/template/.agents/skills/lint-and-validate/scripts/lint_runner.py +184 -184
  96. package/template/.agents/skills/lint-and-validate/scripts/type_coverage.py +173 -173
  97. package/template/.agents/skills/mcp-builder/SKILL.md +176 -176
  98. package/template/.agents/skills/md2html/SKILL.md +154 -154
  99. package/template/.agents/skills/md2html/components.md +505 -505
  100. package/template/.agents/skills/md2html/template.html +1152 -1152
  101. package/template/.agents/skills/merge/SKILL.md +75 -75
  102. package/template/.agents/skills/mobile-design/SKILL.md +394 -394
  103. package/template/.agents/skills/mobile-design/decision-trees.md +516 -516
  104. package/template/.agents/skills/mobile-design/mobile-backend.md +491 -491
  105. package/template/.agents/skills/mobile-design/mobile-color-system.md +420 -420
  106. package/template/.agents/skills/mobile-design/mobile-debugging.md +122 -122
  107. package/template/.agents/skills/mobile-design/mobile-design-thinking.md +357 -357
  108. package/template/.agents/skills/mobile-design/mobile-navigation.md +458 -458
  109. package/template/.agents/skills/mobile-design/mobile-performance.md +767 -767
  110. package/template/.agents/skills/mobile-design/mobile-testing.md +356 -356
  111. package/template/.agents/skills/mobile-design/mobile-typography.md +433 -433
  112. package/template/.agents/skills/mobile-design/platform-android.md +666 -666
  113. package/template/.agents/skills/mobile-design/platform-ios.md +561 -561
  114. package/template/.agents/skills/mobile-design/scripts/mobile_audit.py +670 -670
  115. package/template/.agents/skills/mobile-design/touch-psychology.md +537 -537
  116. package/template/.agents/skills/nextjs-react-expert/1-async-eliminating-waterfalls.md +312 -312
  117. package/template/.agents/skills/nextjs-react-expert/2-bundle-bundle-size-optimization.md +240 -240
  118. package/template/.agents/skills/nextjs-react-expert/3-server-server-side-performance.md +490 -490
  119. package/template/.agents/skills/nextjs-react-expert/4-client-client-side-data-fetching.md +264 -264
  120. package/template/.agents/skills/nextjs-react-expert/5-rerender-re-render-optimization.md +581 -581
  121. package/template/.agents/skills/nextjs-react-expert/6-rendering-rendering-performance.md +432 -432
  122. package/template/.agents/skills/nextjs-react-expert/7-js-javascript-performance.md +684 -684
  123. package/template/.agents/skills/nextjs-react-expert/8-advanced-advanced-patterns.md +150 -150
  124. package/template/.agents/skills/nextjs-react-expert/SKILL.md +286 -286
  125. package/template/.agents/skills/nextjs-react-expert/scripts/convert_rules.py +222 -222
  126. package/template/.agents/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -252
  127. package/template/.agents/skills/nodejs-best-practices/SKILL.md +333 -333
  128. package/template/.agents/skills/obsidian-bases/SKILL.md +506 -506
  129. package/template/.agents/skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -173
  130. package/template/.agents/skills/obsidian-cli/SKILL.md +115 -115
  131. package/template/.agents/skills/obsidian-clipper-template-creator/SKILL.md +73 -73
  132. package/template/.agents/skills/obsidian-clipper-template-creator/assets/clipping-template.json +51 -51
  133. package/template/.agents/skills/obsidian-clipper-template-creator/assets/recipe-template.json +48 -48
  134. package/template/.agents/skills/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -79
  135. package/template/.agents/skills/obsidian-clipper-template-creator/references/bases-workflow.md +44 -44
  136. package/template/.agents/skills/obsidian-clipper-template-creator/references/filters.md +51 -51
  137. package/template/.agents/skills/obsidian-clipper-template-creator/references/json-schema.md +77 -77
  138. package/template/.agents/skills/obsidian-clipper-template-creator/references/logic.md +67 -67
  139. package/template/.agents/skills/obsidian-clipper-template-creator/references/variables.md +64 -64
  140. package/template/.agents/skills/obsidian-markdown/SKILL.md +205 -205
  141. package/template/.agents/skills/obsidian-markdown/references/CALLOUTS.md +58 -58
  142. package/template/.agents/skills/obsidian-markdown/references/EMBEDS.md +63 -63
  143. package/template/.agents/skills/obsidian-markdown/references/PROPERTIES.md +61 -61
  144. package/template/.agents/skills/package-json-generator/SKILL.md +60 -60
  145. package/template/.agents/skills/package-json-generator/scripts/generate.js +120 -120
  146. package/template/.agents/skills/package-json-generator/scripts/run.sh +19 -19
  147. package/template/.agents/skills/parallel-agents/SKILL.md +144 -144
  148. package/template/.agents/skills/performance-optimization/SKILL.md +299 -299
  149. package/template/.agents/skills/performance-optimization/performance-checklist.md +113 -113
  150. package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +239 -239
  151. package/template/.agents/skills/powershell-windows/SKILL.md +167 -167
  152. package/template/.agents/skills/pr/SKILL.md +92 -92
  153. package/template/.agents/skills/pr-review/SKILL.md +142 -142
  154. package/template/.agents/skills/pr-review-analysis/SKILL.md +89 -89
  155. package/template/.agents/skills/prd/SKILL.md +112 -112
  156. package/template/.agents/skills/preview/SKILL.md +116 -116
  157. package/template/.agents/skills/preview-local-check/SKILL.md +59 -59
  158. package/template/.agents/skills/prompt-addons/SKILL.md +99 -99
  159. package/template/.agents/skills/prp-dev-fastapi/SKILL.md +114 -114
  160. package/template/.agents/skills/prp-dev-multiplatform/SKILL.md +36 -36
  161. package/template/.agents/skills/prp-dev-odoo/SKILL.md +71 -71
  162. package/template/.agents/skills/prp-dev-php/SKILL.md +63 -63
  163. package/template/.agents/skills/prp-sa-ba/SKILL.md +52 -52
  164. package/template/.agents/skills/python-patterns/SKILL.md +441 -441
  165. package/template/.agents/skills/red-team-tactics/SKILL.md +199 -199
  166. package/template/.agents/skills/release-git-operations/SKILL.md +97 -97
  167. package/template/.agents/skills/research/SKILL.md +127 -127
  168. package/template/.agents/skills/review/SKILL.md +55 -55
  169. package/template/.agents/skills/review-followup-routing/SKILL.md +98 -98
  170. package/template/.agents/skills/roadmap-strategy/SKILL.md +97 -97
  171. package/template/.agents/skills/security-and-hardening/SKILL.md +349 -349
  172. package/template/.agents/skills/security-and-hardening/security-checklist.md +134 -134
  173. package/template/.agents/skills/security-review/SKILL.md +164 -164
  174. package/template/.agents/skills/seo-fundamentals/SKILL.md +129 -129
  175. package/template/.agents/skills/seo-fundamentals/scripts/seo_checker.py +219 -219
  176. package/template/.agents/skills/server-management/SKILL.md +161 -161
  177. package/template/.agents/skills/shipping-and-launch/SKILL.md +311 -311
  178. package/template/.agents/skills/silent-failure-audit/SKILL.md +73 -73
  179. package/template/.agents/skills/simplify/SKILL.md +74 -74
  180. package/template/.agents/skills/skill-development/SKILL.md +86 -86
  181. package/template/.agents/skills/spec-driven-development/SKILL.md +207 -207
  182. package/template/.agents/skills/spec-orchestration/SKILL.md +91 -91
  183. package/template/.agents/skills/specialist-agent-routing/SKILL.md +107 -107
  184. package/template/.agents/skills/tailwind-patterns/SKILL.md +269 -269
  185. package/template/.agents/skills/test/SKILL.md +77 -77
  186. package/template/.agents/skills/test-driven-development/SKILL.md +422 -422
  187. package/template/.agents/skills/test-driven-development/testing-patterns.md +236 -236
  188. package/template/.agents/skills/test-execution-and-coverage/SKILL.md +56 -56
  189. package/template/.agents/skills/type-design/SKILL.md +84 -84
  190. package/template/.agents/skills/ui-ux-pro-max/SKILL.md +75 -75
  191. package/template/.agents/skills/using-agent-skills/SKILL.md +171 -171
  192. package/template/.agents/skills/verification-orchestration/SKILL.md +68 -68
  193. package/template/.agents/skills/vulnerability-scanner/SKILL.md +276 -276
  194. package/template/.agents/skills/vulnerability-scanner/checklists.md +121 -121
  195. package/template/.agents/skills/vulnerability-scanner/scripts/security_scan.py +458 -458
  196. package/template/.agents/skills/wiki/SKILL.md +148 -148
  197. package/template/.agents/skills/workflow-documentation-sync/SKILL.md +87 -87
  198. package/template/.claude/skills/20-spec/SKILL.md +136 -136
  199. package/template/.claude/skills/30-plan/SKILL.md +206 -206
  200. package/template/.claude/skills/40-implement/SKILL.md +152 -152
  201. package/template/.claude/skills/50-verify/SKILL.md +174 -174
  202. package/template/.claude/skills/60-report/SKILL.md +168 -168
  203. package/template/.claude/skills/70-release/SKILL.md +141 -141
  204. package/template/.claude/skills/9arm-skills/README.md +51 -51
  205. package/template/.claude/skills/9arm-skills/debug-mantra/SKILL.md +86 -86
  206. package/template/.claude/skills/9arm-skills/management-talk/SKILL.md +79 -79
  207. package/template/.claude/skills/9arm-skills/post-mortem/SKILL.md +71 -71
  208. package/template/.claude/skills/9arm-skills/scrutinize/SKILL.md +72 -72
  209. package/template/.claude/skills/agent/SKILL.md +164 -164
  210. package/template/.claude/skills/api-and-interface-design/SKILL.md +294 -294
  211. package/template/.claude/skills/app-builder/SKILL.md +75 -75
  212. package/template/.claude/skills/app-builder/agent-coordination.md +71 -71
  213. package/template/.claude/skills/app-builder/feature-building.md +53 -53
  214. package/template/.claude/skills/app-builder/project-detection.md +34 -34
  215. package/template/.claude/skills/app-builder/scaffolding.md +118 -118
  216. package/template/.claude/skills/app-builder/tech-stack.md +40 -40
  217. package/template/.claude/skills/app-builder/templates/SKILL.md +39 -39
  218. package/template/.claude/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -76
  219. package/template/.claude/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -92
  220. package/template/.claude/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -88
  221. package/template/.claude/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -88
  222. package/template/.claude/skills/app-builder/templates/express-api/TEMPLATE.md +83 -83
  223. package/template/.claude/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -90
  224. package/template/.claude/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -90
  225. package/template/.claude/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -122
  226. package/template/.claude/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -122
  227. package/template/.claude/skills/app-builder/templates/nextjs-static/TEMPLATE.md +169 -169
  228. package/template/.claude/skills/app-builder/templates/nuxt-app/TEMPLATE.md +134 -134
  229. package/template/.claude/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -83
  230. package/template/.claude/skills/app-builder/templates/react-native-app/TEMPLATE.md +119 -119
  231. package/template/.claude/skills/architecture/SKILL.md +55 -55
  232. package/template/.claude/skills/architecture/context-discovery.md +43 -43
  233. package/template/.claude/skills/architecture/examples.md +94 -94
  234. package/template/.claude/skills/architecture/pattern-selection.md +68 -68
  235. package/template/.claude/skills/architecture/patterns-reference.md +50 -50
  236. package/template/.claude/skills/architecture/trade-off-analysis.md +77 -77
  237. package/template/.claude/skills/bash-linux/SKILL.md +199 -199
  238. package/template/.claude/skills/behavioral-modes/SKILL.md +242 -242
  239. package/template/.claude/skills/brainstorm/SKILL.md +157 -157
  240. package/template/.claude/skills/browser-testing-with-devtools/SKILL.md +302 -302
  241. package/template/.claude/skills/changelog/SKILL.md +108 -108
  242. package/template/.claude/skills/check-for-updates/SKILL.md +116 -116
  243. package/template/.claude/skills/ci-cd-and-automation/SKILL.md +390 -390
  244. package/template/.claude/skills/code-review-and-quality/SKILL.md +392 -392
  245. package/template/.claude/skills/code-simplification/SKILL.md +331 -331
  246. package/template/.claude/skills/commit/SKILL.md +62 -62
  247. package/template/.claude/skills/competitor-analysis/SKILL.md +66 -66
  248. package/template/.claude/skills/context-engineering/SKILL.md +290 -290
  249. package/template/.claude/skills/database-design/SKILL.md +52 -52
  250. package/template/.claude/skills/database-design/database-selection.md +43 -43
  251. package/template/.claude/skills/database-design/indexing.md +39 -39
  252. package/template/.claude/skills/database-design/migrations.md +48 -48
  253. package/template/.claude/skills/database-design/optimization.md +36 -36
  254. package/template/.claude/skills/database-design/orm-selection.md +30 -30
  255. package/template/.claude/skills/database-design/schema-design.md +56 -56
  256. package/template/.claude/skills/database-design/scripts/schema_validator.py +172 -172
  257. package/template/.claude/skills/debug/SKILL.md +116 -116
  258. package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +298 -298
  259. package/template/.claude/skills/deploy/SKILL.md +90 -90
  260. package/template/.claude/skills/deployment-procedures/SKILL.md +241 -241
  261. package/template/.claude/skills/deprecation-and-migration/SKILL.md +206 -206
  262. package/template/.claude/skills/devflow-concept-intake/SKILL.md +150 -150
  263. package/template/.claude/skills/devflow-concept-intake/agents/openai.yaml +4 -4
  264. package/template/.claude/skills/devflow-concept-intake/references/adoption-proposal-template.md +60 -60
  265. package/template/.claude/skills/devflow-concept-intake/references/concept-report-template.md +47 -47
  266. package/template/.claude/skills/devflow-concept-intake/references/upstream-tracking-template.md +51 -51
  267. package/template/.claude/skills/devflow-wiki/SKILL.md +75 -75
  268. package/template/.claude/skills/documentation-and-adrs/SKILL.md +278 -278
  269. package/template/.claude/skills/english-to-thai-translator/SKILL.md +125 -125
  270. package/template/.claude/skills/followup/SKILL.md +78 -78
  271. package/template/.claude/skills/frontend-ui-engineering/SKILL.md +326 -326
  272. package/template/.claude/skills/frontend-ui-engineering/accessibility-checklist.md +159 -159
  273. package/template/.claude/skills/git-workflow-and-versioning/SKILL.md +300 -300
  274. package/template/.claude/skills/goal/SKILL.md +132 -132
  275. package/template/.claude/skills/help/SKILL.md +242 -242
  276. package/template/.claude/skills/human-review-decisions/SKILL.md +74 -74
  277. package/template/.claude/skills/i18n-localization/SKILL.md +154 -154
  278. package/template/.claude/skills/i18n-localization/scripts/i18n_checker.py +241 -241
  279. package/template/.claude/skills/idea-refine/SKILL.md +178 -178
  280. package/template/.claude/skills/idea-refine/examples.md +238 -238
  281. package/template/.claude/skills/idea-refine/frameworks.md +99 -99
  282. package/template/.claude/skills/idea-refine/refinement-criteria.md +113 -113
  283. package/template/.claude/skills/idea-refine/scripts/idea-refine.sh +15 -15
  284. package/template/.claude/skills/incremental-implementation/SKILL.md +248 -248
  285. package/template/.claude/skills/insight/SKILL.md +130 -130
  286. package/template/.claude/skills/insight-capture/SKILL.md +84 -84
  287. package/template/.claude/skills/intelligent-routing/SKILL.md +171 -171
  288. package/template/.claude/skills/issue-triage/SKILL.md +106 -106
  289. package/template/.claude/skills/lint-and-validate/SKILL.md +45 -45
  290. package/template/.claude/skills/lint-and-validate/scripts/lint_runner.py +184 -184
  291. package/template/.claude/skills/lint-and-validate/scripts/type_coverage.py +173 -173
  292. package/template/.claude/skills/mcp-builder/SKILL.md +176 -176
  293. package/template/.claude/skills/md2html/SKILL.md +154 -154
  294. package/template/.claude/skills/md2html/components.md +505 -505
  295. package/template/.claude/skills/md2html/template.html +1152 -1152
  296. package/template/.claude/skills/merge/SKILL.md +75 -75
  297. package/template/.claude/skills/mobile-design/SKILL.md +394 -394
  298. package/template/.claude/skills/mobile-design/decision-trees.md +516 -516
  299. package/template/.claude/skills/mobile-design/mobile-backend.md +491 -491
  300. package/template/.claude/skills/mobile-design/mobile-color-system.md +420 -420
  301. package/template/.claude/skills/mobile-design/mobile-debugging.md +122 -122
  302. package/template/.claude/skills/mobile-design/mobile-design-thinking.md +357 -357
  303. package/template/.claude/skills/mobile-design/mobile-navigation.md +458 -458
  304. package/template/.claude/skills/mobile-design/mobile-performance.md +767 -767
  305. package/template/.claude/skills/mobile-design/mobile-testing.md +356 -356
  306. package/template/.claude/skills/mobile-design/mobile-typography.md +433 -433
  307. package/template/.claude/skills/mobile-design/platform-android.md +666 -666
  308. package/template/.claude/skills/mobile-design/platform-ios.md +561 -561
  309. package/template/.claude/skills/mobile-design/scripts/mobile_audit.py +670 -670
  310. package/template/.claude/skills/mobile-design/touch-psychology.md +537 -537
  311. package/template/.claude/skills/nextjs-react-expert/1-async-eliminating-waterfalls.md +312 -312
  312. package/template/.claude/skills/nextjs-react-expert/2-bundle-bundle-size-optimization.md +240 -240
  313. package/template/.claude/skills/nextjs-react-expert/3-server-server-side-performance.md +490 -490
  314. package/template/.claude/skills/nextjs-react-expert/4-client-client-side-data-fetching.md +264 -264
  315. package/template/.claude/skills/nextjs-react-expert/5-rerender-re-render-optimization.md +581 -581
  316. package/template/.claude/skills/nextjs-react-expert/6-rendering-rendering-performance.md +432 -432
  317. package/template/.claude/skills/nextjs-react-expert/7-js-javascript-performance.md +684 -684
  318. package/template/.claude/skills/nextjs-react-expert/8-advanced-advanced-patterns.md +150 -150
  319. package/template/.claude/skills/nextjs-react-expert/SKILL.md +286 -286
  320. package/template/.claude/skills/nextjs-react-expert/scripts/convert_rules.py +222 -222
  321. package/template/.claude/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -252
  322. package/template/.claude/skills/nodejs-best-practices/SKILL.md +333 -333
  323. package/template/.claude/skills/obsidian-bases/SKILL.md +506 -506
  324. package/template/.claude/skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -173
  325. package/template/.claude/skills/obsidian-cli/SKILL.md +115 -115
  326. package/template/.claude/skills/obsidian-clipper-template-creator/SKILL.md +73 -73
  327. package/template/.claude/skills/obsidian-clipper-template-creator/assets/clipping-template.json +51 -51
  328. package/template/.claude/skills/obsidian-clipper-template-creator/assets/recipe-template.json +48 -48
  329. package/template/.claude/skills/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -79
  330. package/template/.claude/skills/obsidian-clipper-template-creator/references/bases-workflow.md +44 -44
  331. package/template/.claude/skills/obsidian-clipper-template-creator/references/filters.md +51 -51
  332. package/template/.claude/skills/obsidian-clipper-template-creator/references/json-schema.md +77 -77
  333. package/template/.claude/skills/obsidian-clipper-template-creator/references/logic.md +67 -67
  334. package/template/.claude/skills/obsidian-clipper-template-creator/references/variables.md +64 -64
  335. package/template/.claude/skills/obsidian-markdown/SKILL.md +205 -205
  336. package/template/.claude/skills/obsidian-markdown/references/CALLOUTS.md +58 -58
  337. package/template/.claude/skills/obsidian-markdown/references/EMBEDS.md +63 -63
  338. package/template/.claude/skills/obsidian-markdown/references/PROPERTIES.md +61 -61
  339. package/template/.claude/skills/package-json-generator/SKILL.md +60 -60
  340. package/template/.claude/skills/package-json-generator/scripts/generate.js +120 -120
  341. package/template/.claude/skills/package-json-generator/scripts/run.sh +19 -19
  342. package/template/.claude/skills/parallel-agents/SKILL.md +144 -144
  343. package/template/.claude/skills/performance-optimization/SKILL.md +299 -299
  344. package/template/.claude/skills/performance-optimization/performance-checklist.md +113 -113
  345. package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +239 -239
  346. package/template/.claude/skills/powershell-windows/SKILL.md +167 -167
  347. package/template/.claude/skills/pr/SKILL.md +92 -92
  348. package/template/.claude/skills/pr-review/SKILL.md +142 -142
  349. package/template/.claude/skills/pr-review-analysis/SKILL.md +89 -89
  350. package/template/.claude/skills/prd/SKILL.md +112 -112
  351. package/template/.claude/skills/preview/SKILL.md +116 -116
  352. package/template/.claude/skills/preview-local-check/SKILL.md +59 -59
  353. package/template/.claude/skills/prompt-addons/SKILL.md +99 -99
  354. package/template/.claude/skills/prp-dev-fastapi/SKILL.md +114 -114
  355. package/template/.claude/skills/prp-dev-multiplatform/SKILL.md +36 -36
  356. package/template/.claude/skills/prp-dev-odoo/SKILL.md +71 -71
  357. package/template/.claude/skills/prp-dev-php/SKILL.md +63 -63
  358. package/template/.claude/skills/prp-sa-ba/SKILL.md +52 -52
  359. package/template/.claude/skills/python-patterns/SKILL.md +441 -441
  360. package/template/.claude/skills/red-team-tactics/SKILL.md +199 -199
  361. package/template/.claude/skills/release-git-operations/SKILL.md +97 -97
  362. package/template/.claude/skills/research/SKILL.md +127 -127
  363. package/template/.claude/skills/review/SKILL.md +55 -55
  364. package/template/.claude/skills/review-followup-routing/SKILL.md +98 -98
  365. package/template/.claude/skills/roadmap-strategy/SKILL.md +97 -97
  366. package/template/.claude/skills/security-and-hardening/SKILL.md +349 -349
  367. package/template/.claude/skills/security-and-hardening/security-checklist.md +134 -134
  368. package/template/.claude/skills/security-review/SKILL.md +164 -164
  369. package/template/.claude/skills/seo-fundamentals/SKILL.md +129 -129
  370. package/template/.claude/skills/seo-fundamentals/scripts/seo_checker.py +219 -219
  371. package/template/.claude/skills/server-management/SKILL.md +161 -161
  372. package/template/.claude/skills/shipping-and-launch/SKILL.md +311 -311
  373. package/template/.claude/skills/silent-failure-audit/SKILL.md +73 -73
  374. package/template/.claude/skills/simplify/SKILL.md +74 -74
  375. package/template/.claude/skills/skill-development/SKILL.md +86 -86
  376. package/template/.claude/skills/spec-driven-development/SKILL.md +207 -207
  377. package/template/.claude/skills/spec-orchestration/SKILL.md +91 -91
  378. package/template/.claude/skills/specialist-agent-routing/SKILL.md +107 -107
  379. package/template/.claude/skills/tailwind-patterns/SKILL.md +269 -269
  380. package/template/.claude/skills/test/SKILL.md +77 -77
  381. package/template/.claude/skills/test-driven-development/SKILL.md +422 -422
  382. package/template/.claude/skills/test-driven-development/testing-patterns.md +236 -236
  383. package/template/.claude/skills/test-execution-and-coverage/SKILL.md +56 -56
  384. package/template/.claude/skills/type-design/SKILL.md +84 -84
  385. package/template/.claude/skills/ui-ux-pro-max/SKILL.md +75 -75
  386. package/template/.claude/skills/using-agent-skills/SKILL.md +171 -171
  387. package/template/.claude/skills/verification-orchestration/SKILL.md +68 -68
  388. package/template/.claude/skills/vulnerability-scanner/SKILL.md +276 -276
  389. package/template/.claude/skills/vulnerability-scanner/checklists.md +121 -121
  390. package/template/.claude/skills/vulnerability-scanner/scripts/security_scan.py +458 -458
  391. package/template/.claude/skills/wiki/SKILL.md +148 -148
  392. package/template/.claude/skills/workflow-documentation-sync/SKILL.md +87 -87
  393. package/template/.nexus/nexus-devflow.json +1 -1
  394. package/template/LICENSE +21 -21
@@ -1,392 +1,392 @@
1
- ---
2
- name: code-review-and-quality
3
- description: 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)
1
+ ---
2
+ name: code-review-and-quality
3
+ description: 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)