评估 Codex Skill 的触发边界、内部流程、输出契约、验证方式和回归质量。用于审查或优化现有 Skill、发布前做行为质量检查、比较修改前后的 Skill 质量,默认只读,不替代仓库结构校验或跨设备同步。
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
使用本 Skill 审查一个 Skill 包或一个 Skill 仓库的行为质量,重点关注:
默认只读。用户明确要求修改时,先输出问题清单和最小改动面,再实施修改。
skills.json、目录、链接或元数据完整性:使用 skill-repository-maintainer。SKILL.md、agents/openai.yaml、示例、引用资料和脚本;不把运行时文件当作 Skill 内容。输出以下内容:
PASS、PARTIAL 或 BLOCKED。不要把“结构校验通过”写成“行为质量通过”,也不要把旧输出或旧哈希当作本次修改的证据。
对仓库内的 Skill 包运行:
python3 skill-quality-gate/scripts/quality_report.py --root . --strict脚本只使用 Python 标准库,检查 frontmatter、长度、边界/输出/验证章节、UI 元数据和非空示例。复杂 Skill 仍需运行自己的回归测试;结构脚本不能替代真实任务前测。
详细评分维度见 质量评分表。
3677cfc
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.