← 返回 Skills 市场
95
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-retro
功能描述
Weekly/periodic engineering retrospective skill that generates delivery reviews based on git history and code quality metrics. Supports 24h, 7d, 14d, 30d cyc...
安全使用建议
This skill is largely coherent with its stated purpose (it analyzes git history), but before installing or running it you should: (1) confirm git and the standard Unix tools (git, find, grep, sort, uniq, wc) are available in the agent environment — the SKILL.md assumes them but metadata does not declare them; (2) understand that 'git fetch origin' will use your existing git credential helpers/SSH keys and may contact remote hosts — only run it in repos and against remotes you trust; (3) be aware the skill reads commit messages, diffs, file contents and TODOS.md — it can surface sensitive data from the repository; (4) verify or replace the ambiguous '<default>' branch placeholder with your repository's actual default branch to avoid unexpected behavior; (5) if you want to limit risk, run the skill on a sanitized clone (no secrets) or remove/disable the 'git fetch' step so it only analyzes local history. If these points are acceptable or corrected, the skill appears functional for its purpose; otherwise treat it cautiously.
功能分析
Type: OpenClaw Skill
Name: openclaw-retro
Version: 1.0.1
The skill is a legitimate engineering retrospective tool that analyzes git history and local project files (like TODOS.md) to generate performance metrics and contributor reports. It uses standard git commands and shell utilities (git log, find, grep) to collect data, and the instructions in SKILL.md are focused on data processing and report formatting without any evidence of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The SKILL.md relies heavily on git and common Unix tools (git, find, grep, sort, uniq, wc, cat) and on fetching origin/<default>, but the registry metadata lists no required binaries or credentials. The capability (generating retros from git history) is coherent, but the skill should declare git and related CLI tools as required and be explicit about how it determines the default branch. It also implicitly requires network access and existing git credentials if origin is protected.
Instruction Scope
Instructions explicitly read the repository (commits, diffs, files, TODOS.md) and run git fetch and many git log variants — this is within the stated purpose. However the skill will process potentially sensitive repository contents (commit messages, file diffs, emails, TODOs). The instructions also use an ambiguous placeholder '<default>' for the branch and instruct parallel execution without specifying safeguards or limits.
Install Mechanism
There is no install spec (instruction-only), which minimizes install risk. However the runtime depends on CLI tools being present; the lack of declared required binaries is an inconsistency and may cause runtime failures or hidden assumptions about the execution environment.
Credentials
The skill requests no environment variables or explicit credentials, which is reasonable. But it will implicitly use the host's git credential helpers/SSH keys when running 'git fetch origin', and it reads git config user.name/email — this is normal for a git-based retro but should be explicitly documented so users know their local credentials/identity and remote access will be used.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges. It does not modify other skills or agent-wide settings per the provided content.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-retro - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-retro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated description: English first, multilingual support
v1.0.0
Renamed from clawlite-retro to openclaw-retro
元数据
常见问题
Openclaw Retro 是什么?
Weekly/periodic engineering retrospective skill that generates delivery reviews based on git history and code quality metrics. Supports 24h, 7d, 14d, 30d cyc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Openclaw Retro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-retro」即可一键安装,无需额外配置。
Openclaw Retro 是免费的吗?
是的,Openclaw Retro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Retro 支持哪些平台?
Openclaw Retro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Retro?
由 X-RayLuan(@x-rayluan)开发并维护,当前版本 v1.0.1。
推荐 Skills