feat(spec 共用規範): 新增 10 個 spec-* 共用規範 skills 並版本 0.0.1 #1

Merged
admin merged 6 commits from ai-review-resolve/master-20260717-085818 into master 2026-07-17 03:27:06 +00:00
Member

變更摘要

從 code/doc plugins 的 14 個 skills 中歸納出共用設定,依類型分組新增 10 個 spec-* 共用規範 skills,供其他 skill 以 /jsc:spec-<name> 引用:

Skill 類型 內容
spec-output 輸出規範 繁中(台灣用語)、UTF-8 無 BOM、表格/Mermaid、PII 去識別化、subagent 提示帶入
spec-execution 執行原則 自動執行、不臆測/需人工確認、不擴及無關檔案
spec-gitea Gitea 工具 tea/API 選擇檢查、GITEA_TOKEN 保護、不依賴 jq、API 分頁與 JSON body、host 決定順序
spec-git-safety Git 安全 不破壞工作區、git mv、develop → master 後備、pull --ff-only、保守解衝突
spec-time-log 時間與訊息 Asia/Taipei 時間戳與統一同步、log 格式、一行一則
spec-action-params Action 參數 參數來源優先序、secrets/vars 一律視為不可用
spec-dockerfile Dockerfile 六步流程、多階段建置、固定版號、自我檢查
spec-project-board Gitea 看板 欄位語意對應、GET 探測、不往回移、不得新建欄位
spec-doc-funcs-handoff 文件化串接 完整執行 doc-funcs 的標準流程與統一時間戳
spec-plugin-version 版號規則 三 manifest 同步 bump、對照 master 單調遞增、新 plugin 首發 0.0.1、chore(plugin 版本) commit

其他變更

  • README「Skills 目錄」補上 spec-* 清單與引用方式。
  • 3 個 manifest 版本定為 0.0.1(generic 為新 plugin 首發版本);修正 homepage/repository 與 Codex marketplace 原指向 plugins/template 的殘留設定,改指 plugins/generic

風險與注意事項

  • code(升版 0.0.5)與 doc(升版 0.2.2)的對應 PR 依賴本 PR 的 spec-* skills,請先合併發佈本 PR
## 變更摘要 從 code/doc plugins 的 14 個 skills 中歸納出共用設定,依類型分組新增 10 個 `spec-*` 共用規範 skills,供其他 skill 以 `/jsc:spec-<name>` 引用: | Skill | 類型 | 內容 | | --- | --- | --- | | `spec-output` | 輸出規範 | 繁中(台灣用語)、UTF-8 無 BOM、表格/Mermaid、PII 去識別化、subagent 提示帶入 | | `spec-execution` | 執行原則 | 自動執行、不臆測/需人工確認、不擴及無關檔案 | | `spec-gitea` | Gitea 工具 | tea/API 選擇檢查、GITEA_TOKEN 保護、不依賴 jq、API 分頁與 JSON body、host 決定順序 | | `spec-git-safety` | Git 安全 | 不破壞工作區、git mv、develop → master 後備、pull --ff-only、保守解衝突 | | `spec-time-log` | 時間與訊息 | Asia/Taipei 時間戳與統一同步、log 格式、一行一則 | | `spec-action-params` | Action 參數 | 參數來源優先序、secrets/vars 一律視為不可用 | | `spec-dockerfile` | Dockerfile | 六步流程、多階段建置、固定版號、自我檢查 | | `spec-project-board` | Gitea 看板 | 欄位語意對應、GET 探測、不往回移、不得新建欄位 | | `spec-doc-funcs-handoff` | 文件化串接 | 完整執行 doc-funcs 的標準流程與統一時間戳 | | `spec-plugin-version` | 版號規則 | 三 manifest 同步 bump、對照 master 單調遞增、新 plugin 首發 0.0.1、chore(plugin 版本) commit | ## 其他變更 - README「Skills 目錄」補上 spec-* 清單與引用方式。 - 3 個 manifest 版本定為 **0.0.1**(generic 為新 plugin 首發版本);修正 homepage/repository 與 Codex marketplace 原指向 `plugins/template` 的殘留設定,改指 `plugins/generic`。 ## 風險與注意事項 - code(升版 0.0.5)與 doc(升版 0.2.2)的對應 PR 依賴本 PR 的 spec-* skills,**請先合併發佈本 PR**。
jiantw83 added 3 commits 2026-07-17 00:59:51 +00:00
jiantw83 added 1 commit 2026-07-17 01:17:42 +00:00
jiantw83 changed title from feat(spec 共用規範): 新增 9 個 spec-* 共用規範 skills 並升版 0.2.0 to feat(spec 共用規範): 新增 9 個 spec-* 共用規範 skills 並版本 0.0.1 2026-07-17 01:17:50 +00:00
jiantw83 added 2 commits 2026-07-17 01:19:35 +00:00
jiantw83 changed title from feat(spec 共用規範): 新增 9 個 spec-* 共用規範 skills 並版本 0.0.1 to feat(spec 共用規範): 新增 10 個 spec-* 共用規範 skills 並版本 0.0.1 2026-07-17 01:19:50 +00:00
admin approved these changes 2026-07-17 03:27:03 +00:00
admin merged commit 256c7cffa4 into master 2026-07-17 03:27:06 +00:00
admin deleted branch ai-review-resolve/master-20260717-085818 2026-07-17 03:27:06 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: plugins/shared#1