📦 Changelog Linter — 日志规范检查

v1.0.0

一键校验 CHANGELOG.md 是否符合 Keep a Changelog 标准:自动核对版本顺序、日期格式、章节类型及链接引用,杜绝格式错误。

0· 59·0 当前·0 累计
下载技能包
最后更新
2026/4/12
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears coherent and low-risk: it bundles a pure-Python linter that only reads the changelog file you point it at and reports formatting/version/link issues. Before installing or running: (1) skim the full scripts/changelog_linter.py to verify there are no unexpected filesystem or network operations (the visible code uses only stdlib parsing); (2) run it in a restricted environment (CI container or sandbox) first, especially if you will feed it sensitive files; and (3) remember it wil...
详细分析 ▾
用途与能力
Name/description match the provided assets: SKILL.md describes using the bundled scripts/changelog_linter.py to lint CHANGELOG.md files, and that script is present. The declared capabilities (lint, versions, order, links) align with the functions implemented in the script.
指令范围
SKILL.md instructs the agent to run the included Python script against a supplied CHANGELOG.md file. The script (as shown) parses the provided text and performs static checks; it does not request reading unrelated system files, environment variables, or sending data externally.
安装机制
No install specification is provided (instruction-only plus a bundled script). No remote downloads or package installs are requested. The script claims to use only the Python stdlib.
凭证需求
No environment variables, credentials, or config paths are required. The script operates on a file argument, which is proportional to a linter's needs.
持久化与权限
Skill is not always-enabled and does not request modification of agent configuration or persistent presence. It runs on-demand and only executes the local script.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/12

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install changelog-linter
镜像加速npx clawhub@latest install changelog-linter --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库