基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Stanshy/AgentHub --skill harness-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | harness-audit |
| description | Periodic Harness health audit based on 7 design principles |
| allowed-tools | Read, Glob, Grep, Bash |
週期性檢查專案 Harness(CLAUDE.md + Hook + Skill + Knowledge)的健康狀態。
/harness-audit
無(操作當前專案)
# Harness 健康審計報告
**專案**: {project-name}
**日期**: {today}
**總分**: {score}/14
## 評分明細
| 原則 | 分數 | 說明 |
|------|------|------|
| 1. 上下文架構 | {0-2} | {detail} |
| 2. 架構約束 | {0-2} | {detail} |
| 3. 知識層級 | {0-2} | {detail} |
| 4. 技能覆蓋 | {0-2} | {detail} |
| 5. Hook 健康 | {0-2} | {detail} |
| 6. 文件新鮮度 | {0-2} | {detail} |
| 7. 整體完整性 | {0-2} | {detail} |
## 行動項目
1. {highest priority action}
2. {second priority action}
...