universal-dev-standards 5.0.0-rc.8 → 5.0.0

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 (355) hide show
  1. package/bin/uds.js +5 -3
  2. package/bundled/ai/standards/acceptance-criteria-traceability.ai.yaml +178 -0
  3. package/bundled/ai/standards/agent-dispatch.ai.yaml +69 -0
  4. package/bundled/ai/standards/ai-command-behavior.ai.yaml +45 -0
  5. package/bundled/ai/standards/api-design-standards.ai.yaml +192 -0
  6. package/bundled/ai/standards/branch-completion.ai.yaml +82 -0
  7. package/bundled/ai/standards/change-batching-standards.ai.yaml +195 -0
  8. package/bundled/ai/standards/database-standards.ai.yaml +220 -0
  9. package/bundled/ai/standards/error-codes.ai.yaml +37 -2
  10. package/bundled/ai/standards/git-worktree.ai.yaml +77 -0
  11. package/bundled/ai/standards/logging.ai.yaml +21 -2
  12. package/bundled/ai/standards/model-selection.ai.yaml +81 -0
  13. package/bundled/ai/standards/pipeline-integration-standards.ai.yaml +184 -0
  14. package/bundled/ai/standards/systematic-debugging.ai.yaml +73 -0
  15. package/bundled/ai/standards/verification-evidence.ai.yaml +84 -0
  16. package/bundled/ai/standards/workflow-enforcement.ai.yaml +253 -0
  17. package/bundled/core/acceptance-criteria-traceability.md +293 -0
  18. package/bundled/core/agent-dispatch.md +149 -0
  19. package/bundled/core/ai-command-behavior.md +239 -0
  20. package/bundled/core/api-design-standards.md +938 -0
  21. package/bundled/core/branch-completion.md +158 -0
  22. package/bundled/core/change-batching-standards.md +257 -0
  23. package/bundled/core/checkin-standards.md +43 -6
  24. package/bundled/core/database-standards.md +828 -0
  25. package/bundled/core/error-code-standards.md +228 -2
  26. package/bundled/core/forward-derivation-standards.md +54 -2
  27. package/bundled/core/git-worktree.md +131 -0
  28. package/bundled/core/model-selection.md +153 -0
  29. package/bundled/core/pipeline-integration-standards.md +230 -0
  30. package/bundled/core/systematic-debugging.md +156 -0
  31. package/bundled/core/testing-standards.md +49 -39
  32. package/bundled/core/verification-evidence.md +172 -0
  33. package/bundled/core/workflow-enforcement.md +132 -0
  34. package/bundled/locales/zh-CN/CLAUDE.md +2 -2
  35. package/bundled/locales/zh-CN/README.md +4 -4
  36. package/bundled/locales/zh-CN/SECURITY.md +92 -0
  37. package/bundled/locales/zh-CN/core/acceptance-criteria-traceability.md +301 -0
  38. package/bundled/locales/zh-CN/core/acceptance-test-driven-development.md +47 -0
  39. package/bundled/locales/zh-CN/core/accessibility-standards.md +124 -0
  40. package/bundled/locales/zh-CN/core/agent-dispatch.md +113 -0
  41. package/bundled/locales/zh-CN/core/ai-agreement-standards.md +103 -0
  42. package/bundled/locales/zh-CN/core/ai-command-behavior.md +247 -0
  43. package/bundled/locales/zh-CN/core/api-design-standards.md +946 -0
  44. package/bundled/locales/zh-CN/core/behavior-driven-development.md +48 -0
  45. package/bundled/locales/zh-CN/core/branch-completion.md +112 -0
  46. package/bundled/locales/zh-CN/core/change-batching-standards.md +265 -0
  47. package/bundled/locales/zh-CN/core/checkin-standards.md +43 -5
  48. package/bundled/locales/zh-CN/core/context-aware-loading.md +106 -0
  49. package/bundled/locales/zh-CN/core/database-standards.md +836 -0
  50. package/bundled/locales/zh-CN/core/deployment-standards.md +80 -0
  51. package/bundled/locales/zh-CN/core/error-code-standards.md +2 -2
  52. package/bundled/locales/zh-CN/core/forward-derivation-standards.md +493 -0
  53. package/bundled/locales/zh-CN/core/git-worktree.md +101 -0
  54. package/bundled/locales/zh-CN/core/model-selection.md +112 -0
  55. package/bundled/locales/zh-CN/core/performance-standards.md +104 -0
  56. package/bundled/locales/zh-CN/core/pipeline-integration-standards.md +238 -0
  57. package/bundled/locales/zh-CN/core/project-context-memory.md +124 -0
  58. package/bundled/locales/zh-CN/core/requirement-engineering.md +49 -0
  59. package/bundled/locales/zh-CN/core/security-standards.md +100 -0
  60. package/bundled/locales/zh-CN/core/systematic-debugging.md +106 -0
  61. package/bundled/locales/zh-CN/core/test-governance.md +116 -0
  62. package/bundled/locales/zh-CN/core/testing-standards.md +392 -156
  63. package/bundled/locales/zh-CN/core/verification-evidence.md +118 -0
  64. package/bundled/locales/zh-CN/core/virtual-organization-standards.md +104 -0
  65. package/bundled/locales/zh-CN/core/workflow-enforcement.md +132 -0
  66. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +27 -1
  67. package/bundled/locales/zh-CN/docs/CLI-INIT-OPTIONS.md +9 -1
  68. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +37 -9
  69. package/bundled/locales/zh-CN/docs/USER-MANUAL.md +652 -0
  70. package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +1 -1
  71. package/bundled/locales/zh-CN/integrations/openspec/AGENTS.md +29 -4
  72. package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +143 -72
  73. package/bundled/locales/zh-CN/skills/ac-coverage-assistant/SKILL.md +126 -0
  74. package/bundled/locales/zh-CN/skills/api-design-assistant/SKILL.md +100 -0
  75. package/bundled/locales/zh-CN/skills/brainstorm-assistant/SKILL.md +119 -0
  76. package/bundled/locales/zh-CN/skills/ci-cd-assistant/SKILL.md +82 -0
  77. package/bundled/locales/zh-CN/skills/commands/ac-coverage.md +97 -0
  78. package/bundled/locales/zh-CN/skills/commands/api-design.md +94 -0
  79. package/bundled/locales/zh-CN/skills/commands/atdd.md +163 -0
  80. package/bundled/locales/zh-CN/skills/commands/audit.md +77 -0
  81. package/bundled/locales/zh-CN/skills/commands/bdd.md +1 -1
  82. package/bundled/locales/zh-CN/skills/commands/brainstorm.md +87 -0
  83. package/bundled/locales/zh-CN/skills/commands/changelog.md +63 -0
  84. package/bundled/locales/zh-CN/skills/commands/check.md +219 -0
  85. package/bundled/locales/zh-CN/skills/commands/checkin.md +61 -0
  86. package/bundled/locales/zh-CN/skills/commands/ci-cd.md +77 -0
  87. package/bundled/locales/zh-CN/skills/commands/commit.md +81 -0
  88. package/bundled/locales/zh-CN/skills/commands/config.md +207 -0
  89. package/bundled/locales/zh-CN/skills/commands/coverage.md +74 -0
  90. package/bundled/locales/zh-CN/skills/commands/database.md +78 -0
  91. package/bundled/locales/zh-CN/skills/commands/derive-all.md +58 -0
  92. package/bundled/locales/zh-CN/skills/commands/derive-atdd.md +54 -0
  93. package/bundled/locales/zh-CN/skills/commands/derive-bdd.md +53 -0
  94. package/bundled/locales/zh-CN/skills/commands/derive-tdd.md +54 -0
  95. package/bundled/locales/zh-CN/skills/commands/derive.md +78 -0
  96. package/bundled/locales/zh-CN/skills/commands/dev-workflow.md +119 -0
  97. package/bundled/locales/zh-CN/skills/commands/discover.md +86 -0
  98. package/bundled/locales/zh-CN/skills/commands/docgen.md +67 -0
  99. package/bundled/locales/zh-CN/skills/commands/docs.md +65 -0
  100. package/bundled/locales/zh-CN/skills/commands/durable.md +87 -0
  101. package/bundled/locales/zh-CN/skills/commands/guide.md +52 -0
  102. package/bundled/locales/zh-CN/skills/commands/incident.md +92 -0
  103. package/bundled/locales/zh-CN/skills/commands/init.md +272 -0
  104. package/bundled/locales/zh-CN/skills/commands/methodology.md +1 -1
  105. package/bundled/locales/zh-CN/skills/commands/metrics.md +73 -0
  106. package/bundled/locales/zh-CN/skills/commands/migrate.md +92 -0
  107. package/bundled/locales/zh-CN/skills/commands/pr.md +80 -0
  108. package/bundled/locales/zh-CN/skills/commands/refactor.md +1 -1
  109. package/bundled/locales/zh-CN/skills/commands/release.md +62 -0
  110. package/bundled/locales/zh-CN/skills/commands/requirement.md +54 -0
  111. package/bundled/locales/zh-CN/skills/commands/reverse-bdd.md +47 -0
  112. package/bundled/locales/zh-CN/skills/commands/reverse-sdd.md +51 -0
  113. package/bundled/locales/zh-CN/skills/commands/reverse-tdd.md +51 -0
  114. package/bundled/locales/zh-CN/skills/commands/reverse.md +63 -0
  115. package/bundled/locales/zh-CN/skills/commands/review.md +50 -0
  116. package/bundled/locales/zh-CN/skills/commands/scan.md +76 -0
  117. package/bundled/locales/zh-CN/skills/commands/sdd-retro.md +40 -0
  118. package/bundled/locales/zh-CN/skills/commands/sdd.md +379 -0
  119. package/bundled/locales/zh-CN/skills/commands/security.md +75 -0
  120. package/bundled/locales/zh-CN/skills/commands/tdd.md +111 -0
  121. package/bundled/locales/zh-CN/skills/commands/update.md +337 -0
  122. package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +1 -2
  123. package/bundled/locales/zh-CN/skills/database-assistant/SKILL.md +97 -0
  124. package/bundled/locales/zh-CN/skills/dev-workflow-guide/SKILL.md +145 -0
  125. package/bundled/locales/zh-CN/skills/durable-execution-assistant/SKILL.md +84 -0
  126. package/bundled/locales/zh-CN/skills/incident-response-assistant/SKILL.md +107 -0
  127. package/bundled/locales/zh-CN/skills/metrics-dashboard-assistant/SKILL.md +67 -0
  128. package/bundled/locales/zh-CN/skills/migration-assistant/SKILL.md +77 -0
  129. package/bundled/locales/zh-CN/skills/pr-automation-assistant/SKILL.md +90 -0
  130. package/bundled/locales/zh-CN/skills/security-assistant/SKILL.md +79 -0
  131. package/bundled/locales/zh-CN/skills/security-scan-assistant/SKILL.md +72 -0
  132. package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +73 -10
  133. package/bundled/locales/zh-CN/skills/spec-driven-dev/guide.md +267 -122
  134. package/bundled/locales/zh-TW/CLAUDE.md +2 -2
  135. package/bundled/locales/zh-TW/README.md +4 -4
  136. package/bundled/locales/zh-TW/SECURITY.md +92 -0
  137. package/bundled/locales/zh-TW/core/acceptance-criteria-traceability.md +301 -0
  138. package/bundled/locales/zh-TW/core/acceptance-test-driven-development.md +47 -0
  139. package/bundled/locales/zh-TW/core/accessibility-standards.md +84 -0
  140. package/bundled/locales/zh-TW/core/agent-dispatch.md +89 -0
  141. package/bundled/locales/zh-TW/core/ai-agreement-standards.md +87 -0
  142. package/bundled/locales/zh-TW/core/ai-command-behavior.md +247 -0
  143. package/bundled/locales/zh-TW/core/api-design-standards.md +946 -0
  144. package/bundled/locales/zh-TW/core/behavior-driven-development.md +63 -0
  145. package/bundled/locales/zh-TW/core/branch-completion.md +76 -0
  146. package/bundled/locales/zh-TW/core/change-batching-standards.md +265 -0
  147. package/bundled/locales/zh-TW/core/checkin-standards.md +39 -5
  148. package/bundled/locales/zh-TW/core/context-aware-loading.md +86 -0
  149. package/bundled/locales/zh-TW/core/database-standards.md +836 -0
  150. package/bundled/locales/zh-TW/core/deployment-standards.md +66 -0
  151. package/bundled/locales/zh-TW/core/error-code-standards.md +230 -4
  152. package/bundled/locales/zh-TW/core/forward-derivation-standards.md +62 -2
  153. package/bundled/locales/zh-TW/core/git-worktree.md +104 -0
  154. package/bundled/locales/zh-TW/core/model-selection.md +83 -0
  155. package/bundled/locales/zh-TW/core/performance-standards.md +84 -0
  156. package/bundled/locales/zh-TW/core/pipeline-integration-standards.md +238 -0
  157. package/bundled/locales/zh-TW/core/project-context-memory.md +79 -0
  158. package/bundled/locales/zh-TW/core/requirement-engineering.md +79 -0
  159. package/bundled/locales/zh-TW/core/security-standards.md +74 -0
  160. package/bundled/locales/zh-TW/core/systematic-debugging.md +95 -0
  161. package/bundled/locales/zh-TW/core/test-governance.md +88 -0
  162. package/bundled/locales/zh-TW/core/testing-standards.md +309 -86
  163. package/bundled/locales/zh-TW/core/verification-evidence.md +94 -0
  164. package/bundled/locales/zh-TW/core/virtual-organization-standards.md +88 -0
  165. package/bundled/locales/zh-TW/core/workflow-enforcement.md +132 -0
  166. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +27 -1
  167. package/bundled/locales/zh-TW/docs/CLI-INIT-OPTIONS.md +9 -1
  168. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +37 -9
  169. package/bundled/locales/zh-TW/docs/USER-MANUAL.md +652 -0
  170. package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +1 -1
  171. package/bundled/locales/zh-TW/integrations/openspec/AGENTS.md +29 -4
  172. package/bundled/locales/zh-TW/integrations/spec-kit/AGENTS.md +142 -71
  173. package/bundled/locales/zh-TW/skills/ac-coverage-assistant/SKILL.md +127 -0
  174. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +1 -4
  175. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +1 -4
  176. package/bundled/locales/zh-TW/skills/api-design-assistant/SKILL.md +97 -0
  177. package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +1 -4
  178. package/bundled/locales/zh-TW/skills/audit-assistant/SKILL.md +1 -4
  179. package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +1 -4
  180. package/bundled/locales/zh-TW/skills/brainstorm-assistant/SKILL.md +1 -4
  181. package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +1 -4
  182. package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +1 -4
  183. package/bundled/locales/zh-TW/skills/ci-cd-assistant/SKILL.md +79 -0
  184. package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +1 -4
  185. package/bundled/locales/zh-TW/skills/commands/ac-coverage.md +95 -0
  186. package/bundled/locales/zh-TW/skills/commands/api-design.md +92 -0
  187. package/bundled/locales/zh-TW/skills/commands/atdd.md +167 -0
  188. package/bundled/locales/zh-TW/skills/commands/audit.md +75 -0
  189. package/bundled/locales/zh-TW/skills/commands/bdd.md +1 -1
  190. package/bundled/locales/zh-TW/skills/commands/brainstorm.md +91 -0
  191. package/bundled/locales/zh-TW/skills/commands/changelog.md +67 -0
  192. package/bundled/locales/zh-TW/skills/commands/check.md +223 -0
  193. package/bundled/locales/zh-TW/skills/commands/checkin.md +65 -0
  194. package/bundled/locales/zh-TW/skills/commands/ci-cd.md +75 -0
  195. package/bundled/locales/zh-TW/skills/commands/commit.md +85 -0
  196. package/bundled/locales/zh-TW/skills/commands/config.md +211 -0
  197. package/bundled/locales/zh-TW/skills/commands/coverage.md +78 -0
  198. package/bundled/locales/zh-TW/skills/commands/database.md +76 -0
  199. package/bundled/locales/zh-TW/skills/commands/derive-all.md +62 -0
  200. package/bundled/locales/zh-TW/skills/commands/derive-atdd.md +58 -0
  201. package/bundled/locales/zh-TW/skills/commands/derive-bdd.md +54 -0
  202. package/bundled/locales/zh-TW/skills/commands/derive-tdd.md +55 -0
  203. package/bundled/locales/zh-TW/skills/commands/derive.md +79 -0
  204. package/bundled/locales/zh-TW/skills/commands/dev-workflow.md +120 -0
  205. package/bundled/locales/zh-TW/skills/commands/discover.md +87 -0
  206. package/bundled/locales/zh-TW/skills/commands/docgen.md +68 -0
  207. package/bundled/locales/zh-TW/skills/commands/docs.md +66 -0
  208. package/bundled/locales/zh-TW/skills/commands/durable.md +85 -0
  209. package/bundled/locales/zh-TW/skills/commands/guide.md +51 -0
  210. package/bundled/locales/zh-TW/skills/commands/incident.md +90 -0
  211. package/bundled/locales/zh-TW/skills/commands/init.md +273 -0
  212. package/bundled/locales/zh-TW/skills/commands/methodology.md +1 -1
  213. package/bundled/locales/zh-TW/skills/commands/metrics.md +71 -0
  214. package/bundled/locales/zh-TW/skills/commands/migrate.md +90 -0
  215. package/bundled/locales/zh-TW/skills/commands/pr.md +78 -0
  216. package/bundled/locales/zh-TW/skills/commands/refactor.md +1 -1
  217. package/bundled/locales/zh-TW/skills/commands/release.md +63 -0
  218. package/bundled/locales/zh-TW/skills/commands/requirement.md +61 -0
  219. package/bundled/locales/zh-TW/skills/commands/reverse-bdd.md +54 -0
  220. package/bundled/locales/zh-TW/skills/commands/reverse-sdd.md +58 -0
  221. package/bundled/locales/zh-TW/skills/commands/reverse-tdd.md +58 -0
  222. package/bundled/locales/zh-TW/skills/commands/reverse.md +70 -0
  223. package/bundled/locales/zh-TW/skills/commands/review.md +57 -0
  224. package/bundled/locales/zh-TW/skills/commands/scan.md +74 -0
  225. package/bundled/locales/zh-TW/skills/commands/sdd-retro.md +47 -0
  226. package/bundled/locales/zh-TW/skills/commands/sdd.md +362 -0
  227. package/bundled/locales/zh-TW/skills/commands/security.md +73 -0
  228. package/bundled/locales/zh-TW/skills/commands/tdd.md +115 -0
  229. package/bundled/locales/zh-TW/skills/commands/update.md +326 -0
  230. package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +2 -6
  231. package/bundled/locales/zh-TW/skills/database-assistant/SKILL.md +94 -0
  232. package/bundled/locales/zh-TW/skills/dev-workflow-guide/SKILL.md +140 -0
  233. package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +1 -4
  234. package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +1 -4
  235. package/bundled/locales/zh-TW/skills/durable-execution-assistant/SKILL.md +81 -0
  236. package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +1 -4
  237. package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +1 -4
  238. package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +1 -4
  239. package/bundled/locales/zh-TW/skills/incident-response-assistant/SKILL.md +104 -0
  240. package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +1 -4
  241. package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +1 -4
  242. package/bundled/locales/zh-TW/skills/metrics-dashboard-assistant/SKILL.md +64 -0
  243. package/bundled/locales/zh-TW/skills/migration-assistant/SKILL.md +74 -0
  244. package/bundled/locales/zh-TW/skills/pr-automation-assistant/SKILL.md +87 -0
  245. package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +1 -4
  246. package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +1 -4
  247. package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +1 -4
  248. package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +1 -4
  249. package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +1 -4
  250. package/bundled/locales/zh-TW/skills/security-assistant/SKILL.md +76 -0
  251. package/bundled/locales/zh-TW/skills/security-scan-assistant/SKILL.md +69 -0
  252. package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +74 -14
  253. package/bundled/locales/zh-TW/skills/spec-driven-dev/guide.md +243 -98
  254. package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +1 -4
  255. package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +1 -4
  256. package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +1 -5
  257. package/bundled/skills/README.md +11 -0
  258. package/bundled/skills/ac-coverage-assistant/SKILL.md +127 -0
  259. package/bundled/skills/ai-collaboration-standards/SKILL.md +10 -0
  260. package/bundled/skills/ai-friendly-architecture/SKILL.md +10 -0
  261. package/bundled/skills/ai-instruction-standards/SKILL.md +10 -0
  262. package/bundled/skills/api-design-assistant/SKILL.md +119 -0
  263. package/bundled/skills/atdd-assistant/SKILL.md +7 -0
  264. package/bundled/skills/bdd-assistant/SKILL.md +7 -0
  265. package/bundled/skills/brainstorm-assistant/SKILL.md +7 -0
  266. package/bundled/skills/checkin-assistant/SKILL.md +7 -0
  267. package/bundled/skills/ci-cd-assistant/SKILL.md +97 -0
  268. package/bundled/skills/code-review-assistant/SKILL.md +7 -0
  269. package/bundled/skills/commands/README.md +70 -0
  270. package/bundled/skills/commands/ac-coverage.md +135 -0
  271. package/bundled/skills/commands/api-design.md +86 -0
  272. package/bundled/skills/commands/atdd.md +69 -0
  273. package/bundled/skills/commands/audit.md +69 -0
  274. package/bundled/skills/commands/bdd.md +101 -0
  275. package/bundled/skills/commands/brainstorm.md +45 -0
  276. package/bundled/skills/commands/changelog.md +34 -0
  277. package/bundled/skills/commands/check.md +52 -1
  278. package/bundled/skills/commands/checkin.md +46 -0
  279. package/bundled/skills/commands/ci-cd.md +69 -0
  280. package/bundled/skills/commands/commit.md +79 -0
  281. package/bundled/skills/commands/config.md +48 -0
  282. package/bundled/skills/commands/coverage.md +53 -0
  283. package/bundled/skills/commands/database.md +70 -0
  284. package/bundled/skills/commands/derive-all.md +40 -0
  285. package/bundled/skills/commands/derive-atdd.md +33 -0
  286. package/bundled/skills/commands/derive-bdd.md +39 -0
  287. package/bundled/skills/commands/derive-tdd.md +40 -0
  288. package/bundled/skills/commands/derive.md +47 -0
  289. package/bundled/skills/commands/dev-workflow.md +104 -7
  290. package/bundled/skills/commands/discover.md +39 -0
  291. package/bundled/skills/commands/docgen.md +35 -0
  292. package/bundled/skills/commands/docs.md +40 -0
  293. package/bundled/skills/commands/durable.md +79 -0
  294. package/bundled/skills/commands/incident.md +84 -0
  295. package/bundled/skills/commands/init.md +55 -0
  296. package/bundled/skills/commands/methodology.md +72 -0
  297. package/bundled/skills/commands/metrics.md +65 -0
  298. package/bundled/skills/commands/migrate.md +84 -0
  299. package/bundled/skills/commands/pr.md +72 -0
  300. package/bundled/skills/commands/refactor.md +51 -0
  301. package/bundled/skills/commands/release.md +60 -0
  302. package/bundled/skills/commands/requirement.md +38 -0
  303. package/bundled/skills/commands/reverse-bdd.md +34 -0
  304. package/bundled/skills/commands/reverse-sdd.md +42 -0
  305. package/bundled/skills/commands/reverse-tdd.md +40 -0
  306. package/bundled/skills/commands/reverse.md +41 -0
  307. package/bundled/skills/commands/review.md +39 -0
  308. package/bundled/skills/commands/scan.md +68 -0
  309. package/bundled/skills/commands/sdd-retro.md +48 -0
  310. package/bundled/skills/commands/sdd.md +220 -0
  311. package/bundled/skills/commands/security.md +67 -0
  312. package/bundled/skills/commands/tdd.md +101 -0
  313. package/bundled/skills/commands/update.md +61 -0
  314. package/bundled/skills/commit-standards/SKILL.md +8 -2
  315. package/bundled/skills/database-assistant/SKILL.md +118 -0
  316. package/bundled/skills/dev-workflow-guide/SKILL.md +53 -7
  317. package/bundled/skills/dev-workflow-guide/workflow-phases.md +24 -0
  318. package/bundled/skills/durable-execution-assistant/SKILL.md +116 -0
  319. package/bundled/skills/forward-derivation/SKILL.md +7 -0
  320. package/bundled/skills/incident-response-assistant/SKILL.md +132 -0
  321. package/bundled/skills/methodology-system/SKILL.md +24 -2
  322. package/bundled/skills/metrics-dashboard-assistant/SKILL.md +109 -0
  323. package/bundled/skills/migration-assistant/SKILL.md +119 -0
  324. package/bundled/skills/pr-automation-assistant/SKILL.md +114 -0
  325. package/bundled/skills/project-discovery/SKILL.md +7 -0
  326. package/bundled/skills/refactoring-assistant/SKILL.md +7 -0
  327. package/bundled/skills/release-standards/SKILL.md +7 -0
  328. package/bundled/skills/requirement-assistant/SKILL.md +7 -0
  329. package/bundled/skills/reverse-engineer/SKILL.md +7 -0
  330. package/bundled/skills/security-assistant/SKILL.md +105 -0
  331. package/bundled/skills/security-scan-assistant/SKILL.md +96 -0
  332. package/bundled/skills/spec-driven-dev/SKILL.md +84 -4
  333. package/bundled/skills/spec-driven-dev/guide.md +156 -22
  334. package/bundled/skills/tdd-assistant/SKILL.md +7 -0
  335. package/bundled/skills/test-coverage-assistant/SKILL.md +11 -0
  336. package/bundled/skills/testing-guide/SKILL.md +23 -0
  337. package/package.json +1 -1
  338. package/src/commands/check.js +154 -8
  339. package/src/commands/config.js +231 -104
  340. package/src/commands/init.js +23 -3
  341. package/src/commands/update.js +250 -25
  342. package/src/config/ai-agent-paths.js +16 -0
  343. package/src/config/workflow-definitions.js +184 -0
  344. package/src/core/constants.js +6 -0
  345. package/src/flows/init-flow.js +23 -6
  346. package/src/i18n/messages.js +51 -3
  347. package/src/installers/integration-installer.js +67 -2
  348. package/src/installers/manifest-installer.js +1 -0
  349. package/src/installers/standards-installer.js +3 -2
  350. package/src/prompts/init.js +50 -3
  351. package/src/reconciler/manifest-migrator.js +2 -2
  352. package/src/reconciler/plan-executor.js +11 -0
  353. package/src/utils/integration-generator.js +327 -14
  354. package/src/utils/workflow-gate.js +292 -0
  355. package/standards-registry.json +160 -5
@@ -0,0 +1,67 @@
1
+ ---
2
+ source: ../../../../skills/commands/changelog.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-03-19
6
+ ---
7
+
8
+ ---
9
+ name: changelog
10
+ description: "[UDS] Generate and maintain CHANGELOG.md entries"
11
+ ---
12
+
13
+ # 變更日誌助手
14
+
15
+ > **Language**: [English](../../../../skills/commands/changelog.md) | 繁體中文
16
+
17
+ 根據 Keep a Changelog 格式產生和維護 CHANGELOG.md 條目。
18
+
19
+ ---
20
+
21
+ ## 用法
22
+
23
+ ```bash
24
+ /changelog
25
+ ```
26
+
27
+ ## 工作流程
28
+
29
+ 1. **分析 git log** - 使用 `git log` 讀取自上次發布以來的提交歷史
30
+ 2. **分類變更** - 將提交映射到變更日誌分類
31
+ 3. **產生條目** - 為每個變更撰寫面向使用者的描述
32
+ 4. **更新 CHANGELOG.md** - 將條目插入 [Unreleased] 或版本化區段
33
+
34
+ ## 變更分類
35
+
36
+ | 分類 | 使用時機 | 對應 Commit 類型 |
37
+ |------|---------|-----------------|
38
+ | **Added** | 新功能 | `feat` |
39
+ | **Changed** | 修改既有功能 | `perf`, `BREAKING CHANGE` |
40
+ | **Deprecated** | 即將移除的功能 | -- |
41
+ | **Removed** | 已移除的功能 | `BREAKING CHANGE` |
42
+ | **Fixed** | 錯誤修復 | `fix` |
43
+ | **Security** | 安全性修補 | `security` |
44
+
45
+ ## 條目格式
46
+
47
+ ```markdown
48
+ ## [Unreleased]
49
+
50
+ ### Added
51
+ - Add user dashboard with customizable widgets (#123)
52
+
53
+ ### Fixed
54
+ - Fix memory leak when processing large files (#456)
55
+ ```
56
+
57
+ ### 撰寫指南
58
+
59
+ - 為**使用者**而非開發者撰寫
60
+ - 聚焦**影響**而非實作
61
+ - 附上 issue/PR 編號
62
+ - 用 **BREAKING** 標記破壞性變更
63
+
64
+ ## 參考
65
+
66
+ * [Changelog Guide Skill](../changelog-guide/SKILL.md)
67
+ * [Core Standard](../../core/changelog-standards.md)
@@ -0,0 +1,223 @@
1
+ ---
2
+ source: ../../../../skills/commands/check.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-03-19
6
+ ---
7
+
8
+ ---
9
+ description: [UDS] Verify standards adoption status
10
+ allowed-tools: Read, Bash(uds check:*), Bash(npx:*), Bash(ls:*)
11
+ argument-hint: "[--offline | --restore | --summary]"
12
+ ---
13
+
14
+ # 檢查標準
15
+
16
+ > **Language**: [English](../../../../skills/commands/check.md) | 繁體中文
17
+
18
+ 驗證當前專案的 Universal Development Standards 採用狀態。
19
+
20
+ ---
21
+
22
+ ## 快速開始
23
+
24
+ ```bash
25
+ # 基本檢查(問題時進入互動模式)
26
+ uds check
27
+
28
+ # 精簡摘要以快速瀏覽狀態
29
+ uds check --summary
30
+
31
+ # 不使用網路進行檢查
32
+ uds check --offline
33
+
34
+ # 還原遺失或被修改的檔案
35
+ uds check --restore
36
+ ```
37
+
38
+ ## 輸出模式
39
+
40
+ ### 摘要模式 (--summary)
41
+
42
+ 顯示精簡狀態供快速瀏覽:
43
+
44
+ ```
45
+ UDS Status Summary
46
+ ──────────────────────────────────────────────────
47
+ Version: 3.5.1-beta.16 → 3.5.1-beta.18 ⚠
48
+ Level: 2 - Professional (專業)
49
+ Files: 12 ✓
50
+ Skills: Claude Code ✓ | OpenCode ○
51
+ Commands: OpenCode ✓
52
+ ──────────────────────────────────────────────────
53
+ ```
54
+
55
+ ### 完整模式(預設)
56
+
57
+ 顯示詳細資訊,包括:
58
+ - 採用狀態(等級、版本、安裝日期)
59
+ - 檔案完整性(未變更/已修改/遺失數量)
60
+ - Skills 完整性(如果 manifest 中有追蹤)
61
+ - Commands 完整性(如果 manifest 中有追蹤)
62
+ - 整合區塊完整性
63
+ - 參考同步狀態
64
+ - AI 工具整合檔案覆蓋率
65
+ - 覆蓋率報告
66
+
67
+ ## 互動模式
68
+
69
+ 當偵測到問題(修改/遺失檔案)時,CLI 自動進入互動模式:
70
+
71
+ ```
72
+ ──────────────────────────────────────────────────
73
+ ⚠ Modified: .standards/commit-message.ai.yaml
74
+
75
+ ? What would you like to do?
76
+ ❯ View diff
77
+ Restore original
78
+ Keep current (update hash)
79
+ Skip
80
+ ```
81
+
82
+ **可用動作:**
83
+
84
+ | 動作 | 說明 |
85
+ |------|------|
86
+ | **View diff** | 顯示當前與原始版本之間的差異 |
87
+ | **Restore original** | 以上游版本取代 |
88
+ | **Keep current** | 接受修改並更新 hash |
89
+ | **Skip** | 對此檔案不做任何操作 |
90
+
91
+ 遺失檔案的動作:
92
+
93
+ | 動作 | 說明 |
94
+ |------|------|
95
+ | **Restore** | 從上游下載並還原 |
96
+ | **Remove from tracking** | 從 manifest 中移除 |
97
+ | **Skip** | 對此檔案不做任何操作 |
98
+
99
+ ## 選項
100
+
101
+ | 選項 | 說明 |
102
+ |------|------|
103
+ | `--summary` | 顯示精簡狀態摘要 |
104
+ | `--offline` | 跳過 npm registry 檢查 |
105
+ | `--diff` | 顯示修改檔案的差異 |
106
+ | `--restore` | 還原所有修改和遺失的檔案 |
107
+ | `--restore-missing` | 僅還原遺失的檔案 |
108
+ | `--migrate` | 遷移舊版 manifest 至 hash 追蹤 |
109
+
110
+ ## 輸出區段
111
+
112
+ ### 採用狀態
113
+
114
+ - 採用等級(1-3)
115
+ - 安裝日期
116
+ - 已安裝版本
117
+ - 更新可用性
118
+
119
+ ### 檔案完整性
120
+
121
+ 顯示每個追蹤檔案的狀態:
122
+
123
+ | 符號 | 意義 |
124
+ |------|------|
125
+ | ✓(綠色)| 未變更 |
126
+ | ⚠(黃色)| 已修改 |
127
+ | ✗(紅色)| 遺失 |
128
+ | ?(灰色)| 存在但無 hash |
129
+
130
+ 摘要格式:`{unchanged} 未變更、{modified} 已修改、{missing} 遺失`
131
+
132
+ ### Skills 完整性(v3.3.0+)
133
+
134
+ 如果 manifest 中存在 `skillHashes`,則檢查:
135
+ - 檔案是否存在於預期路徑
136
+ - hash 比對以檢測修改
137
+
138
+ ### Commands 完整性(v3.3.0+)
139
+
140
+ 如果 manifest 中存在 `commandHashes`,則檢查:
141
+ - 檔案是否存在於預期路徑
142
+ - hash 比對以檢測修改
143
+
144
+ ### 整合區塊完整性(v3.3.0+)
145
+
146
+ 如果 manifest 中存在 `integrationBlockHashes`,則檢查:
147
+ - UDS 標記區塊是否存在
148
+ - 區塊內容 hash(使用者在區塊外的自訂修改會被保留)
149
+
150
+ ### Skills 狀態
151
+
152
+ 顯示每個已配置 AI 工具的安裝狀態:
153
+
154
+ ```
155
+ Skills Status
156
+ Claude Code:
157
+ ✓ Skills installed:
158
+ - User level: ~/.claude/skills/
159
+ Version: 3.5.1
160
+ ✓ Commands: 7 installed
161
+ Path: .opencode/commands/
162
+ ```
163
+
164
+ 狀態指示器:
165
+ - ✓ installed(綠色)- Skills/Commands 已安裝
166
+ - ○ not installed(灰色)- 未安裝
167
+
168
+ ### 覆蓋率摘要
169
+
170
+ 顯示標準覆蓋率:
171
+ - 當前等級所需的標準
172
+ - 由 Skills 涵蓋的標準
173
+ - 由參考文件涵蓋的標準
174
+
175
+ ## 狀態指示
176
+
177
+ | 符號 | 意義 |
178
+ |------|------|
179
+ | ✓(綠色)| 一切正常 |
180
+ | ⚠(黃色)| 警告,建議採取行動 |
181
+ | ✗(紅色)| 錯誤,需要採取行動 |
182
+ | ○(灰色)| 未安裝/配置 |
183
+
184
+ ## 常見問題
185
+
186
+ **「Standards not initialized」**
187
+ - 執行 `/init` 初始化標準
188
+
189
+ **「Update available」**
190
+ - 執行 `/update` 取得最新版本
191
+
192
+ **「Missing files」**
193
+ - 執行 `/check --restore` 或 `/update` 還原
194
+
195
+ **「Modified files detected」**
196
+ - 執行 `/check --diff` 查看變更
197
+ - 執行 `/check --restore` 重置為原始版本
198
+ - 或使用互動模式逐一處理
199
+
200
+ **「Skills not installed」**
201
+ - 執行 `/update` 安裝缺少的 Skills
202
+ - 或執行 `/config skills` 管理 Skills
203
+
204
+ **「Legacy manifest detected」**
205
+ - 執行 `uds check --migrate` 升級至 hash 追蹤
206
+
207
+ ## 使用方式
208
+
209
+ ```bash
210
+ /check # 完整檢查並啟用互動模式
211
+ /check --summary # 快速狀態概覽
212
+ /check --offline # 不使用網路進行檢查
213
+ /check --restore # 還原修改/遺失的檔案
214
+ /check --diff # 顯示檔案差異
215
+ /check --migrate # 升級 manifest 格式
216
+ ```
217
+
218
+ ## 參考
219
+
220
+ - CLI 文件:`uds check --help`
221
+ - 初始化命令:[/init](./init.md)
222
+ - 更新命令:[/update](./update.md)
223
+ - 配置命令:[/config](./config.md)
@@ -0,0 +1,65 @@
1
+ ---
2
+ source: ../../../../skills/commands/checkin.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-03-19
6
+ ---
7
+
8
+ ---
9
+ name: checkin
10
+ description: "[UDS] Pre-commit quality gates verification"
11
+ ---
12
+
13
+ # 簽入助手
14
+
15
+ > **Language**: [English](../../../../skills/commands/checkin.md) | 繁體中文
16
+
17
+ 在提交程式碼前驗證品質關卡,確保程式碼庫的穩定性。
18
+
19
+ ---
20
+
21
+ ## 用法
22
+
23
+ ```bash
24
+ /checkin
25
+ ```
26
+
27
+ ## 工作流程
28
+
29
+ 1. **檢查 git 狀態** - 執行 `git status` 和 `git diff` 了解待處理的變更
30
+ 2. **執行測試** - 執行 `npm test`(或專案測試指令)驗證所有測試通過
31
+ 3. **執行程式碼檢查** - 執行 `npm run lint` 檢查程式碼風格合規
32
+ 4. **驗證品質關卡** - 對照以下檢查清單逐項確認
33
+ 5. **報告結果** - 呈現通過/失敗摘要並建議後續步驟
34
+
35
+ ## 品質關卡
36
+
37
+ | 關卡 | 檢查項目 |
38
+ |------|---------|
39
+ | **Build** | 編譯零錯誤 |
40
+ | **Tests** | 所有測試通過(100%)|
41
+ | **Coverage** | 覆蓋率未下降 |
42
+ | **AC Coverage** | AC 覆蓋率 ≥ 80%([`/ac-coverage`](./ac-coverage.md))|
43
+ | **Code Quality** | 符合編碼規範,無 code smell |
44
+ | **Security** | 無硬編碼密鑰或漏洞 |
45
+ | **Documentation** | 如有需要,API 文件和 CHANGELOG 已更新 |
46
+ | **Workflow** | 分支命名和 commit message 格式正確 |
47
+
48
+ ## 禁止提交的情況
49
+
50
+ - 建置有錯誤
51
+ - 測試失敗
52
+ - 功能不完整會破壞現有功能
53
+ - 包含除錯程式碼(console.log、print)
54
+ - 包含被註解的程式碼區塊
55
+
56
+ ## 後續步驟
57
+
58
+ 驗證通過後,使用 `/commit` 建立 commit message。
59
+
60
+ ## 參考
61
+
62
+ * [Check-in Assistant Skill](../checkin-assistant/SKILL.md)
63
+ * [Core Standard](../../core/checkin-standards.md)
64
+ * [AC Coverage 命令](./ac-coverage.md) — AC 對測試的追溯分析
65
+ * [AC 追溯標準](../../core/acceptance-criteria-traceability.md)
@@ -0,0 +1,75 @@
1
+ ---
2
+ source: ../../../../skills/commands/ci-cd.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-03-25
6
+ status: current
7
+ ---
8
+
9
+ ---
10
+ description: "[UDS] Guide CI/CD pipeline design, configuration and optimization"
11
+ allowed-tools: Read, Grep, Glob
12
+ argument-hint: "[pipeline config or stage | Pipeline 配置或階段]"
13
+ ---
14
+
15
+ # CI/CD 助手
16
+
17
+ 引導 CI/CD 管線設計、配置和優化。
18
+
19
+ ## 工作流程
20
+
21
+ ```
22
+ BUILD ──► TEST ──► ANALYZE ──► DEPLOY ──► VERIFY
23
+ ```
24
+
25
+ ## 使用方式
26
+
27
+ - `/ci-cd` - 開始互動式管線設計
28
+ - `/ci-cd github-actions` - 為指定平台設計
29
+ - `/ci-cd --optimize` - 優化現有管線
30
+ - `/ci-cd build` - 聚焦建置階段
31
+
32
+ ## AI Agent Behavior | AI 代理行為
33
+
34
+ > 遵循 [AI Command Behavior Standards](../../core/ai-command-behavior.md)
35
+
36
+ ### Entry Router | 進入路由
37
+
38
+ | 輸入 | AI 動作 |
39
+ |------|---------|
40
+ | `/ci-cd` | 偵測現有 CI 配置(`.github/workflows/`、`.gitlab-ci.yml` 等),展示狀態或開始設計 |
41
+ | `/ci-cd <platform>` | 為指定平台設計管線 |
42
+ | `/ci-cd --optimize` | 分析現有管線,提出優化建議 |
43
+ | `/ci-cd <stage>` | 聚焦特定階段(build/test/deploy) |
44
+
45
+ ### Interaction Script | 互動腳本
46
+
47
+ 1. 偵測專案技術棧和現有 CI 配置
48
+ 2. 依據需求設計或優化管線
49
+
50
+ **決策:現有配置**
51
+ - IF 已有 CI 配置 → 分析現狀,建議優化
52
+ - IF 無 CI 配置 → 引導從頭設計
53
+ - IF `--optimize` → 直接進入優化分析
54
+
55
+ 3. 逐階段設計(BUILD→TEST→ANALYZE→DEPLOY→VERIFY)
56
+ 4. 展示完整管線配置
57
+
58
+ 🛑 **STOP**: 配置展示後等待使用者確認寫入
59
+
60
+ ### Stop Points | 停止點
61
+
62
+ | 停止點 | 等待內容 |
63
+ |--------|---------|
64
+ | 管線設計完成後 | 確認配置正確並寫入 |
65
+
66
+ ### Error Handling | 錯誤處理
67
+
68
+ | 錯誤條件 | AI 動作 |
69
+ |----------|---------|
70
+ | 無法偵測 CI 平台 | 列出支援的平台供選擇 |
71
+ | 現有配置語法錯誤 | 報告錯誤位置,建議修正 |
72
+
73
+ ## 參考
74
+
75
+ - 完整標準:[ci-cd-assistant](../ci-cd-assistant/SKILL.md)
@@ -0,0 +1,85 @@
1
+ ---
2
+ source: ../../../../skills/commands/commit.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-03-19
6
+ ---
7
+
8
+ ---
9
+ description: [UDS] Generate commit messages following Conventional Commits standard
10
+ allowed-tools: Read, Grep, Bash(git status:*), Bash(git diff:*), Bash(git log:*), Bash(git add:*), Bash(git commit:*)
11
+ argument-hint: "[description of changes | 變更描述]"
12
+ ---
13
+
14
+ # Commit Message 助手
15
+
16
+ > **Language**: [English](../../../../skills/commands/commit.md) | 繁體中文
17
+
18
+ 根據 staged 的變更,產生符合 Conventional Commits 格式的 commit message。
19
+
20
+ ---
21
+
22
+ ## 前置檢查
23
+
24
+ 在產生 commit 前,AI 助手必須執行以下檢查:
25
+
26
+ | 檢查 | 指令 | 失敗時 |
27
+ |------|------|--------|
28
+ | 有 staged 變更 | `git diff --cached --stat` | → 引導使用者 `git add` |
29
+ | 無合併衝突 | `grep -r "<<<<<<< " --include="*.{js,ts,md,yaml}" .` | → 先解決衝突 |
30
+ | 測試通過(feat/fix)| `cd cli && npm run test:unit`(或專案測試指令)| → 先修復測試 |
31
+ | Spec 引用(feat/fix)| 檢查 `docs/specs/SPEC-*.md` 是否有活躍規格 | → 建議在 footer 加 `Refs: SPEC-XXX` |
32
+
33
+ ### Spec 追蹤閘門
34
+
35
+ 對於 `feat` 和 `fix` 類型的提交:
36
+ 1. **檢查**:`ls docs/specs/SPEC-*.md 2>/dev/null` — 是否有活躍的規格?
37
+ 2. **如果有規格**:建議在 commit footer 加入 `Refs: SPEC-XXX`
38
+ 3. **如果沒有規格且變更顯著**(>3 個檔案或新 API):建議透過 `/sdd` 建立規格
39
+ 4. **模式**:這是建議性的(非阻斷)— 使用者可以不引用規格
40
+
41
+ ---
42
+
43
+ ## 工作流程
44
+
45
+ 1. **檢查狀態** - 執行 `git status` 和 `git diff --staged` 了解變更
46
+ 2. **分析變更** - 判斷類型(feat、fix、refactor 等)和範圍
47
+ 3. **Spec 追蹤評估** - 評估此變更是否需要規格(見下方)
48
+ 4. **產生訊息** - 按照以下格式建立 commit message:
49
+ ```
50
+ <type>(<scope>): <subject>
51
+
52
+ <body>
53
+
54
+ <footer>
55
+ ```
56
+ 5. **確認並提交** - 在執行 `git commit` 前請使用者確認
57
+
58
+ ## Spec 追蹤評估
59
+
60
+ 對於 `feat`/`fix` 類型的提交,評估是否應建立或連結規格。當以下情況時建議建立規格:變更檔案多(>3)、修改公開 API 簽名、或有顯著的新功能。`docs`/`style`/`chore`/`test` 類型可跳過。
61
+
62
+ 如果有連結規格,在 commit footer 加入 `Refs: SPEC-XXX`。這是建議性的 — 使用者可以忽略。
63
+
64
+ ## 提交類型
65
+
66
+ | 類型 | 使用時機 |
67
+ |------|---------|
68
+ | `feat` | 新功能 |
69
+ | `fix` | 修復錯誤 |
70
+ | `refactor` | 重構 |
71
+ | `docs` | 文件更新 |
72
+ | `style` | 格式調整 |
73
+ | `test` | 測試相關 |
74
+ | `perf` | 效能優化 |
75
+ | `chore` | 維護任務 |
76
+
77
+ ## 使用方式
78
+
79
+ - `/commit` - 自動分析變更並建議 commit message
80
+ - `/commit fix login bug` - 根據提供的描述產生訊息
81
+
82
+ ## 參考
83
+
84
+ - 完整標準:[commit-standards](../commit-standards/SKILL.md)
85
+ - 核心指南:[commit-message-guide](../../core/commit-message-guide.md)