首页龙虾技能列表 › Retrospective — Retrospective工具

Retrospective — Retrospective工具

v1.0.0

[AI辅助] Run a structured weekly agent retrospective. Analyses wins, failures, skill gaps, cron health, and config issues from the last 7 days. Produces honest, speci...

0· 96·0 当前·0 累计
by @davidfurlong (David Furlong)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/21
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's instructions and actions (reading memory files, analysing the last 7 days, and scheduling a weekly cron job) match its stated purpose and request no unrelated credentials or installs.
评估建议
This skill appears coherent and limited to its stated purpose, but check the following before enabling: 1) It will read your memory/ files and MEMORY.md — ensure those files don't contain secrets you don't want re-processed. 2) It will create a recurring cron job that writes to memory/ and can run autonomously; review the cron entry (schedule, payload) after first run and remove if undesired. 3) The retro may recommend installing other skills — review any recommended skills and their permissions...
详细分析 ▾
用途与能力
Name/description (weekly retrospective) aligns with the instructions: reading memory/, reading MEMORY.md, analysing recent runs, checking cron history, recommending skills, and writing a retro. Nothing requested is unrelated to running a retrospective.
指令范围
SKILL.md's runtime steps are explicit and bounded: read memory files, check cron status, assess skills, write memory/retro-YYYY-MM-DD.md, update MEMORY.md, and optionally add a cron job. These actions are within the skill's purpose; there is no instruction to access unrelated system paths or external endpoints.
安装机制
Instruction-only skill with no install spec and no code files. No downloads or package installs—minimal surface area.
凭证需求
Requires no environment variables, credentials, or config paths. The SKILL.md reads local agent memory files and cron status only, which is proportionate to the retrospective function.
持久化与权限
Skill will create a weekly cron job (persistent scheduled task) and write retros to memory/. This is appropriate for the purpose but is a persistent change the user should review (cron entry and files written). The skill is not always:true and does not request broader platform privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/21

Initial release: Structured weekly agent retrospective for honest self-review. - Analyzes concrete wins, failures, skill gaps, cron health, and configuration issues from the past 7 days. - Produces specific, evidence-based output—avoiding generic platitudes. - Outputs in a detailed markdown template, including tables for struggles and skill gaps. - Auto-schedules a Friday cron job to run retrospectives weekly. - Triggerable via several keywords, such as "retrospective" or "reflect". - Includes explicit instructions for prioritizing actionable recommendations.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install retrospective
镜像加速npx clawhub@latest install retrospective --registry https://cn.clawhub-mirror.com

技能文档

Run a structured self-review covering the last 7 days from the run date. Produce honest, specific analysis — not generic platitudes.

Process

1. Gather Context

  • 读取 memory/ files 对于 review period (daily logs)
  • 读取 MEMORY.md 对于 long-term context (待处理 tasks, blocked items, decisions)
  • Check cron 任务 history: cron(action="列表") — note failures 和 consecutive errors
  • Check 会话 status 对于 usage patterns

2. Analyse: 什么 Went Well

List concrete wins with evidence:

  • Tasks 已完成 successfully
  • Automations ran reliably
  • Problems solved creatively
  • 时间/effort saved 对于 用户

Keep it brief. 3-7 bullet points max.

3. Analyse: 什么 Didn't Go Well

Be brutally honest. For each struggle:

  • 什么: specific task 或 goal
  • 为什么 失败: Root cause (不 symptoms)
  • 时间 wasted: Rough estimate 的 turns/attempts spent
  • Pattern: recurring struggle 或 one-off?

Categories to check:

  • Bot detection / scraping failures
  • Browser automation reliability
  • API quota / auth issues
  • Tasks attempted manually skill could handle
  • Blocked items stayed blocked too long
  • 在...上-engineering (built 当...时 simpler approach existed)
  • Responsiveness issues (slow replies, timeouts, retries)
  • Communication issues (用户 有过 到 repeat themselves)

4. Skill Gap Analysis

Search for skills that address identified struggles. For each promising skill:

  • Note name, version, relevance score
  • Assess whether genuinely solves problem vs. 正在 low-quality wrapper
  • Recommend install 仅 如果 clearly saves future effort

Also check: are any installed skills underused or misconfigured?

5. 配置 & Infrastructure Review

Check for improvements to:

  • Cron jobs: 任何 consistently failing? 应该 任何 added/removed?
  • Auth/credentials: 任何 已过期, rotated, 或 missing?
  • Memory/context: MEMORY.md getting stale? daily logs 正在 written?
  • Tool 配置: 任何 env vars, API keys, 或 integrations 需要 attention?
  • Workspace hygiene: Temp files, stale scripts, orphaned projects?

6. Recommendations

Produce a prioritised action list:

  • Quick wins (< 5 min 每个) — 配置 fixes, skill installs, cleanup
  • Medium effort (< 1 hour) — 新的 automations, script fixes, unblocking items
  • Larger projects — 新的 integrations, architectural changes

Each recommendation must be specific and actionable (not "improve scraping" but "install X to bypass Cloudflare on Y").

输出 格式

Write the retro to memory/retro-YYYY-MM-DD.md:

# Retrospective — [date range]

Wins

  • [concrete win with evidence]

Struggles

TaskRoot CauseTime SpentRecurring?
.........yes/no

Skill Gaps

ProblemSkillAction
...skill-name v1.0install / skip / evaluate

Config Issues

  • [specific issue + fix]

Action Items

Quick Wins

  • [action]

Medium Effort

  • [action]

Larger Projects

  • [action]

Scheduling

Set up a weekly cron job on first use (check cron(action="list") first — only create once):

cron(action="add", job={
  "name": "Weekly Retrospective",
  "schedule": {"kind": "cron", "expr": "0 16   5", "tz": "local"},
  "sessionTarget": "isolated",
  "payload": {
    "kind": "agentTurn",
    "message": "Run a full retrospective for the last 7 days following the retrospective skill. Read memory files, check cron status, search for skills addressing struggles, write retro to memory/retro-YYYY-MM-DD.md, update MEMORY.md with key findings, deliver a concise summary."
  },
  "delivery": {"mode": "announce"}
})

Guidelines

  • 否 fluff. Every line 应该 contain information.
  • self-critical. point improvement, 不 highlight reel.
  • Cite evidence. Reference specific memory files, dates, 错误 messages.
  • Don't recommend skills blindly. 仅 recommend 如果 genuinely useful.
  • Cap action items 在 10. Prioritise ruthlessly.
  • 更新 MEMORY.md 带有 键 findings 之后 retro.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务