Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

retroretro 分析

Agent Skill

retro 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

698

周安装

30

GitHub Stars

1

下载量

245
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:retro(retro 分析)
来源仓库:https://github.com/codewithjv/agent-skills
仓库路径:skills/retro
安装命令:
npx skills add https://github.com/codewithjv/agent-skills --skill retro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/codewithjv/agent-skills --skill retro

简介

Retro 对已完成工作进行回顾分析,识别效率低下与资源浪费根源性问题。

  • 聚焦耗时异常、token 消耗过多、重复失败模式和无效探索路径等维度。
  • 不仅罗列错误,更深入挖掘根本原因并提出下一周期改进建议方案。
  • 适用于任务结束后总结经验教训,优化未来工作流程与资源配置策略。
  • retro 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Retro

Run a retrospective on the work that just happened.

This skill is for understanding:

  • what went wrong
  • what took too long
  • what wasted tokens or effort
  • what dead ends appeared
  • what actually worked well
  • what should change next time

The goal is not just to list mistakes.

The goal is to find the underlying causes and propose changes that improve future performance.

When to Use

Activate this skill when the user asks to:

  • do a retro
  • review what went wrong
  • figure out why a task took too long
  • find inefficiencies or wasted effort
  • understand repeated failure patterns
  • improve the workflow for next time

Inputs to Review

Look across the full context that shaped the outcome:

  • the chat history
  • the user's instructions
  • the skills used
  • the repo or task context
  • the tool behavior
  • the sequence of decisions taken

If relevant, also look at:

  • error outputs
  • retries
  • abandoned approaches
  • unclear handoffs
  • changes in user intent during the task

Interaction Mode

Do not assume every retro should be one-shot.

Use judgment:

  • If the failure pattern is already clear from context, produce the retro directly.
  • If the causes are ambiguous, contested, emotional, or likely to benefit from richer operator insight, engage the user with a short iterative retro first.

In iterative mode:

  • ask a small number of focused questions
  • use the answers to refine the root-cause analysis
  • then produce the final retro

Good questions are about:

  • what the user noticed that the agent missed
  • which failure mattered most
  • whether the problem was skill, prompt, tool, workflow, or judgment
  • what durable fix the user wants to see in the system

Do not ask broad or redundant questions just to prolong the retro. Ask only when it will materially improve the resulting persistent changes.

What to Look For

1. Errors and mistakes

Find:

  • wrong assumptions
  • incorrect tool use
  • missed instructions
  • factual or process errors

2. Inefficiencies

Find:

  • wasted token-heavy exploration
  • duplicated work
  • unnecessary retries
  • avoidable browsing or searching
  • places where a simple tool or script would have been better

3. Dead ends

Find:

  • lines of investigation that did not help
  • loops caused by unclear context
  • repeated attempts that should have been abandoned earlier

4. What worked well

Protect the good parts.

Find:

  • useful framing from the user
  • effective skills
  • strong workflow steps
  • fast paths that worked
  • good heuristics that should be preserved

Do not propose changes that accidentally break those strengths.

Root Cause Analysis

Do not stop at the surface symptom.

For each meaningful problem, ask:

  1. What happened?
  2. Why did it happen?
  3. What allowed it to happen?
  4. What is the deeper pattern underneath it?

Root causes often come from:

  • unclear user request framing
  • missing or weak skill instructions
  • bad skill boundaries
  • missing shared vocabulary
  • poor repo/context visibility
  • no lightweight tool for a repeated task
  • bad workflow sequencing
  • no checkpoint or review gate

Prefer a small number of real causes over a long list of shallow complaints.

If using iterative mode, test your draft causes against the user's answers before finalizing them.

Output

Produce a retrospective with these sections:

Retro Summary

  • What the task was
  • Whether it went well overall
  • The biggest issues
  • The biggest strengths

What Went Wrong

  • Concrete failures, mistakes, delays, or dead ends

Root Causes

  • The underlying causes behind the issues
  • Separate symptoms from causes

What Worked Well

  • The good patterns worth preserving
  • Why they worked

Recommended Changes

Suggest concrete improvements for next time.

These must be practical, durable changes rather than reminders to "be more careful" or "do better."

NEVER save retro learnings to memory. The only valid output artifacts are:

  • Skills - update an existing skill or create a new one (SKILL.md files)
  • Formulas - update an existing formula or create a new one (.formula.toml files)
  • Docs - markdown files committed to the repo (runbooks, checklists, reference docs)

Memory is not a valid destination for retro outcomes. If a learning isn't worth encoding into a skill, formula, or repo doc, it isn't worth persisting.

Valid changes include:

  • updating an existing skill's instructions or checklist
  • creating a new skill
  • updating a formula's steps
  • creating a new formula
  • adding a checklist or runbook as a markdown file in the repo
  • creating a CLI script committed to the repo
  • adding a review gate to a skill or formula
  • changing workflow sequencing in a skill or formula

For each suggestion, explain:

  • what should change
  • why it would help
  • whether it is high leverage or optional
  • what artifact should be updated (skill, formula, or repo doc)
  • the exact file path where the change should be made

Highest-Leverage Next Step

End with the single most valuable change to make first.

This must be one concrete change to a skill, formula, or repo doc, such as:

  • update a specific skill's SKILL.md
  • add a step or checklist to a formula
  • create a helper script in the repo
  • add a review or validation gate to a skill or formula
  • write or update a runbook/checklist markdown file in the repo

Do not end with vague advice like:

  • "be more careful"
  • "check more often"
  • "communicate better"
  • "do better next time"

The chosen next step must be a change to a skill, formula, or repo doc. Never memory.

If you used iterative mode, the output should reflect what changed after questioning the user rather than ignoring their added signal.

Good Behavior

  • Be honest but not noisy
  • Focus on future improvement, not blame
  • Preserve what already works
  • Prefer structural fixes over one-off hacks
  • Be specific enough that the human could actually implement the suggestion
  • All recommendations must result in changes to skills, formulas, or repo docs — never memory
  • When the user's observations can materially improve the retro, engage them briefly before finalizing

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.32%
按下载量换算79

Claude

29.89%
按下载量换算73

Cursor

18.19%
按下载量换算45

Gemini CLI

9.84%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills