Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

conduct-retrospective进行回顾

Agent Skill

conduct-retrospective 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

396

周安装

17

GitHub Stars

12

下载量

139
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pjt222/development-guides --skill conduct-retrospective

简介

组织结构化项目回顾会议,识别成功经验和改进点。

  • 将原始项目数据转化为证据支持的行动改进项。
  • 支持冲刺结束、里程碑完成和季度评审等多种场景。
  • 安装前需确认权限范围和维护状态,注意是否涉及联网、命令执行或文件读写操作。
  • conduct-retrospective 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Conduct a Retrospective

Facilitate a structured retrospective that reviews recent project execution, identifies what worked and what didn't, and produces actionable improvement items that feed back into project processes. This skill transforms raw project data into evidence-backed learnings with specific actions, owners, and due dates.

When to Use

  • End of a sprint (sprint retrospective)
  • End of a project phase or milestone
  • After a significant incident, failure, or success
  • Quarterly review of ongoing project processes
  • Before starting a similar project (lessons learned review)

Inputs

  • Required: Period under review (sprint number, date range, or milestone)
  • Optional: Status reports from the review period
  • Optional: Sprint velocity and completion data
  • Optional: Previous retrospective actions (to check closure)
  • Optional: Team feedback or survey results

Procedure

Step 1: Gather Retrospective Data

Read available artifacts from the review period:

  • STATUS-REPORT-*.md files for the period
  • SPRINT-PLAN.md for planned vs actual
  • BACKLOG.md for item flow and cycle times
  • Previous RETRO-*.md for open action items

Extract key facts:

  • Items planned vs completed
  • Velocity trend
  • Blockers encountered and resolution time
  • Unplanned work that entered the sprint
  • Open action items from previous retrospectives

Expected: Data summary with quantitative metrics (velocity, completion %, blocker count).

On failure: If no artifacts exist, base the retrospective on qualitative observations.

Step 2: Structure "What Went Well"

List 3-5 things that worked well, with evidence:

## What Went Well
| # | Observation | Evidence |
|---|------------|---------|
| 1 | [Specific positive observation] | [Metric, example, or artifact reference] |
| 2 | [Specific positive observation] | [Metric, example, or artifact reference] |
| 3 | [Specific positive observation] | [Metric, example, or artifact reference] |

Focus on practices to continue, not just outcomes. "Daily standups kept blockers visible" is more actionable than "We delivered on time."

Expected: 3-5 evidence-backed positive observations.

On failure: If nothing went well, look harder — even small wins matter. At minimum, the team completed the period.

Step 3: Structure "What Needs Improvement"

List 3-5 things that need improvement, with evidence:

## What Needs Improvement
| # | Observation | Evidence | Impact |
|---|------------|---------|--------|
| 1 | [Specific issue] | [Metric, example, or incident] | [Effect on delivery] |
| 2 | [Specific issue] | [Metric, example, or incident] | [Effect on delivery] |
| 3 | [Specific issue] | [Metric, example, or incident] | [Effect on delivery] |

Be specific and factual. "Estimation was off" is vague. "3 of 5 items exceeded estimates by >50%, adding 8 unplanned days" is actionable.

Expected: 3-5 evidence-backed improvement areas with stated impact.

On failure: If the team claims everything is fine, compare planned vs actual metrics — gaps reveal issues.

Step 4: Generate Improvement Actions

For each improvement area, create an actionable item:

## Improvement Actions
| ID | Action | Owner | Due Date | Success Criteria | Source |
|----|--------|-------|----------|-----------------|--------|
| A-001 | [Specific action] | [Name] | [Date] | [How to verify success] | Improvement #1 |
| A-002 | [Specific action] | [Name] | [Date] | [How to verify success] | Improvement #2 |
| A-003 | [Specific action] | [Name] | [Date] | [How to verify success] | Improvement #3 |

Each action must be:

  • Specific (not "improve estimation" but "add estimation review step to grooming")
  • Owned (one person accountable)
  • Time-bound (due date within next 1-2 sprints)
  • Verifiable (success criteria defined)

Expected: 2-4 improvement actions with owners and due dates.

On failure: If actions are too vague, apply the "how would you verify this was done?" test.

Step 5: Review Previous Actions and Write Report

Check previous retrospective actions for closure:

## Previous Action Review
| ID | Action | Owner | Status | Notes |
|----|--------|-------|--------|-------|
| A-prev-001 | [Action from last retro] | [Name] | Closed / Open / Recurring | [Outcome] |
| A-prev-002 | [Action from last retro] | [Name] | Closed / Open / Recurring | [Outcome] |

Flag recurring items (same issue appearing in 3+ retrospectives) — these need escalation or a different approach.

Write the complete retrospective:

# Retrospective: [Sprint N / Phase Name / Date Range]
## Date: [YYYY-MM-DD]
## Document ID: RETRO-[PROJECT]-[YYYY-MM-DD]

### Period Summary
- **Period**: [Sprint N / dates]
- **Planned**: [N items / N points]
- **Completed**: [N items / N points]
- **Velocity**: [N] (previous: [N])
- **Unplanned Work**: [N items]

### What Went Well
[From Step 2]

### What Needs Improvement
[From Step 3]

### Improvement Actions
[From Step 4]

### Previous Action Review
[From Step 5]

---
*Retrospective facilitated by: [Name/Agent]*

Save as RETRO-[YYYY-MM-DD].md.

Expected: Complete retrospective document saved with actions, evidence, and previous action review.

On failure: If the retrospective has no improvement actions, it's not driving change — revisit Step 3.

Validation

  • Retrospective file created with date-stamped filename
  • Period summary includes quantitative metrics
  • "What Went Well" has 3-5 evidence-backed items
  • "What Needs Improvement" has 3-5 evidence-backed items
  • Improvement actions have owners, due dates, and success criteria
  • Previous retrospective actions reviewed for closure
  • Recurring issues flagged

Common Pitfalls

  • Blame game: Retrospectives review processes and practices, not people. Frame issues as systemic, not personal.
  • Actions without follow-through: The biggest retrospective failure. Always review previous actions before creating new ones.
  • Too many actions: 2-4 focused actions are better than 10 vague ones. The team can only absorb so many changes.
  • No evidence: "We feel estimation is bad" is opinion. "3 of 5 items exceeded estimates by 50%" is data. Always attach evidence.
  • Skipping the positives: Only discussing problems is demoralizing. Celebrating wins reinforces good practices.

Related Skills

  • generate-status-report — status reports provide the data for retrospectives
  • manage-backlog — improvement actions feed back into the backlog
  • plan-sprint — retrospective learnings improve sprint planning accuracy
  • draft-project-charter — review charter assumptions and risk accuracy
  • create-work-breakdown-structure — review estimation accuracy against WBS

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.65%
按下载量换算50

Claude

29.6%
按下载量换算41

Cursor

18.47%
按下载量换算26

Gemini CLI

9.35%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills