📦 Flyai Commit Lint — 规范提交信息

v1.0.0

为 Git 工作流提供语义化提交信息校验,自动检查作用域并给出修复建议,确保提交历史清晰一致。

0· 69·0 当前·0 累计
下载技能包
最后更新
2026/4/2
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says (lint and suggest fixes for commit messages). Before installing: ensure git is available on the agent, and verify exactly how the skill will modify your repository (pre-commit/commit-msg hook contents, whether it will auto-amend commits or rewrite branch history). Require explicit confirmation for any auto-amend or history-rewrite actions and keep backups (or enforce that changes run only locally/under user approval). If you plan to use it in CI, request the...
详细分析 ▾
用途与能力
The name/description align with the instructions: parsing and validating commit messages, suggesting fixes, and integrating with git hooks/CI. One small inconsistency: the SKILL.md expects interaction with git (commit hooks, changed files) but the registry metadata lists no required binaries (git) — this is plausible but should be declared.
指令范围
Instructions stay within commit-linting scope (parse message, suggest fixes, infer type from changed files). However, it mentions integrations that are potentially destructive (branch history cleanup, modifying commit messages) — the instructions do not spell out confirmation/approval steps before rewriting history or amending commits, so require explicit user consent or safeguards.
安装机制
Instruction-only skill with no install spec or code files — lowest install surface. Nothing is written to disk by the skill itself as provided.
凭证需求
No environment variables, credentials, or external config paths are requested. The actions described (reading repo files, modifying hooks) are proportionate to the stated purpose.
持久化与权限
always:false and default autonomous invocation are set; this is normal. The skill may be used to modify repository hooks or commit history when invoked, but it does not request permanent platform-wide presence.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/2

NULL

无害

安装命令

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