skill-health-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-health-check (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
全面檢查專案中所有 Skills、Copilot Instructions、Chatmodes 和 Bylaws 的健康度、一致性和新鮮度。 這是一個自省型 Skill,讓 Copilot 能檢查自己的設定是否需要翻新。
list_dir(".claude/skills/")對每個 skill 子目錄:
SKILL.md 存在必要 frontmatter 欄位:
name — skill 識別名稱description — 包含觸發詞的描述version — 語義化版本category — 類別分類compatibility — 支援的平台列表allowed-tools 或 dependencies — 工具/依賴宣告read_file(".github/copilot-instructions.md")比對:
.claude/skills/ 目錄list_dir(".github/") # 找 *.chatmode.md檢查:
tools 列表使用有效名稱list_dir(".github/bylaws/")解析所有 skill 的 dependencies 和 orchestrates 欄位:
| 條件 | 狀態 |
|---|---|
| 90 天內更新 | 🟢 新鮮 |
| 90-180 天 | 🟡 建議檢查 |
| > 180 天 | 🔴 需要翻新 |
根據發現的問題,提供可選的自動修復:
# 🏥 Skill & Instruction 健康報告
📅 檢查日期:YYYY-MM-DD
📁 Skills 位置:.claude/skills/
---
## 📊 總覽
| 指標 | 值 |
|------|-----|
| Skills 總數 | XX |
| 結構完整 | XX/XX ✅ |
| 版本新鮮 | XX 新鮮 / XX 過期 |
| 指令同步 | ✅ 同步 / ⚠️ 不同步 |
| 依賴完整 | ✅ 完整 / ❌ 斷裂 |
---
## 🗂️ Skill 清單
| Skill | 版本 | 類別 | 新鮮度 | 狀態 |
|-------|------|------|--------|------|
| git-precommit | v2.2.0 | workflow | 🟢 | ✅ |
| code-reviewer | v2.2.0 | quality | 🟢 | ✅ |
| ... | | | | |
---
## ✅ 健康項目
1. ...
## ⚠️ 需要關注
1. ...
## ❌ 需要修復
1. ...
---
## 🔗 依賴圖
git-precommit (workflow) ├── memory-updater ├── readme-updater ├── changelog-updater ├── roadmap-updater └── ddd-architect
code-review-workflow (workflow) ├── code-reviewer ├── security-reviewer ├── test-generator └── ddd-architect
feature-development (workflow) ├── ddd-architect ├── code-reviewer ├── test-generator └── memory-updater
---
## 📋 建議行動
### 自動可修復
- [ ] 更新 copilot-instructions.md skill 表格
- [ ] 補齊 XXX skill 的 frontmatter
### 需要人工處理
- [ ] 翻新 XXX skill(已過期 XX 天)
- [ ] 更新 XXX skill 以匹配新版 VS Code API| 觸發場景 | 動作 |
|---|---|
git-precommit | 在 commit 前透過 hook 快速檢查 |
skill-generator | 新 skill 建立後自動觸發同步檢查 |
| 定期維護 | 建議每月執行一次完整健康檢查 |
以下是 Copilot 演進中可能影響 skill 的變更:
| 功能 | 檢查項目 |
|---|---|
| Agent Mode | chatmode.md 是否使用 agent 而非舊的 mode |
| Prompt Files | .prompt.md 是否使用正確的 frontmatter |
| Tools | tools 列表是否使用當前有效的工具名稱 |
| Instructions | .instructions.md 是否遵循最新格式 |
| Skills | SKILL.md frontmatter 是否需要新增欄位 |
skill-generator 驗證格式~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.