← Back to Skills Marketplace
95
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-retro
Description
Weekly/periodic engineering retrospective skill that generates delivery reviews based on git history and code quality metrics. Supports 24h, 7d, 14d, 30d cyc...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-retro - After installation, invoke the skill by name or use
/openclaw-retro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated description: English first, multilingual support
v1.0.0
Renamed from clawlite-retro to openclaw-retro
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Openclaw Retro?
Run "/install openclaw-retro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Retro free?
Yes, Openclaw Retro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Retro support?
Openclaw Retro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Retro?
It is built and maintained by X-RayLuan (@x-rayluan); the current version is v1.0.1.
More Skills