重整:補齊缺失 skill + SKILL0/文件缺口修復 - #2
Merged
Merged
Conversation
路由表與 README 宣稱 19 個 skill,實際只有 16 個目錄。 移植時已泛化為通用版本,並補上 Compact Version 區塊。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
正向:路由表引用的目錄必須存在且含 SKILL.md 反向:含 SKILL.md 的目錄必須出現在路由表 防止 19 vs 16 這類缺口再度靜默通過 CI Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- 路由器:usage.json 不存在時初始化為 {};明確定義何謂「修正」;新增「SKILL0 狀態」診斷指令
- validator:子 skill 缺少 ## Compact Version 區塊時報錯
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
README 原稱路由器常駐 ~150 tokens,實測 2776 字元約 1,200-1,500 tokens,差約 10 倍。 一併更新衍生的 context 上限估算,並修正 workflow.md 同一處數字。 新增 Claude Projects 環境限制:相對路徑引用無效、SKILL0 不支援持久檔案系統。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
補齊路由表宣稱但不存在的 3 個 skill,並修復一輪功能缺口分析找到的問題。全部改動最小 diff,
.omc/工作暫存與任何個人/機密內容皆已排除。重整
office-hours、brand-review、retro——路由表與 README 宣稱 19 個,實際只有 16 個目錄。移植為通用版並補上## Compact Version區塊。scripts/、.github/、.markdownlint.jsonc、.lycheeignore。缺口修復
usage.json不存在時初始化為{}(原本只讀不建);明確定義何謂「修正」(觸發 Helpfulness Rebound);新增「SKILL0 狀態」診斷指令。## Compact Version區塊時報錯。~150→~1,300(實測 2776 字元,原數字差約 10 倍),衍生 context 上限一併重算;補上 Claude Projects 環境限制說明(相對路徑引用無效、SKILL0 不支援持久檔案系統)。git-auto、document進管線。驗證
python scripts/validate_skills.py→ 20/20 通過markdownlint-cli2 **/*.md→ 0 錯誤🤖 Generated with Claude Code