Skip to main content

blog-analyzer

分析 claude.com/blog 的新文章,提取可操作洞察並更新 workspace 設定。手動調用。

Jump to install

Source facts

Repository
zeuikli/claude-code-workspace
Last source activity
June 16, 2026 at 15:46
Detected SKILL.md language
Chinese
Stars
156
Forks
38

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
blog-analyzer
description
分析 claude.com/blog 的新文章,提取可操作洞察並更新 workspace 設定。手動調用。
disable-model-invocation
true
# Blog Analyzer — 分析 Claude 官方文章 分析 $ARGUMENTS 指定的文章(URL 或 blog-archive 中的檔案路徑)。 ## 步驟 1. **讀取文章**:如果是 URL,使用 WebFetch 抓取;如果是檔案路徑,直接讀取 2. **分類**:將文章歸類為 agent-architecture / claude-code-features / api-platform / security / case-study / industry-insight 3. **提取洞察**: - 可操作的技術建議(能直接應用的) - 可實作的模式或配置 - 成本 / 效能 / 品質的量化數據 4. **評估影響**:判斷是否需要更新以下檔案: - `.claude/agents/` — 新增或修改 Agent 定義 - `.claude/skills/` — 新增或修改 Skill - `CLAUDE.md` — 新增規則 - `.claude/rules/` — 更新策略規則 5. **產出建議**:列出具體的變更建議,不直接修改 6. **更新報告**:將分析結果記錄到 `CHANGELOG.md` ## 輸出格式 ```markdown ### [文章標題] - **分類**:xxx - **實用度**:⭐⭐⭐⭐⭐ - **核心洞察**:一句話摘要 - **建議行動**: - [ ] 具體行動 1 - [ ] 具體行動 2 ``` ## Gotcha - **只分析 6 個月內的文章**:超過半年的文章可能已過時,若要分析請明確說明。 - **不要直接更新 settings.json**:分析結果以建議清單呈現,由使用者決定是否採用,避免自動覆蓋。 - **與現有規則衝突時要標注**:若文章建議與 workspace 現有規則矛盾,明確標注衝突而非靜默採用新規則。 - **archive 路徑確認**:blog-archive branch 的路徑格式為 `archive/articles/<slug>.md`,存取前確認存在。
View on GitHub