retro

GitHub

用于Sprint回顾的技能,通过分析Git提交、测试健康度和交付节奏,生成包含速度报告、热点文件和改进建议的 actionable 洞察报告。

skills/retro/SKILL.md Houseofmvps/ultraship

Trigger Scenarios

Sprint结束时 周末复盘 用户希望反思项目进展

Install

npx skills add Houseofmvps/ultraship --skill retro -g -y
More Options

Use without installing

npx skills use Houseofmvps/ultraship@retro

指定 Agent (Claude Code)

npx skills add Houseofmvps/ultraship --skill retro -a claude-code -g -y

安装 repo 全部 skill

npx skills add Houseofmvps/ultraship --all -g -y

预览 repo 内 skill

npx skills add Houseofmvps/ultraship --list

SKILL.md

Frontmatter
{
    "name": "retro",
    "description": "Sprint retrospective — analyzes git velocity, commit patterns, test health, and shipping cadence. Use after a sprint, at the end of the week, or when the user wants to reflect on progress.",
    "allowed-tools": "Bash, Read, Grep, Glob",
    "argument-hint": "<days-back>"
}

Sprint Retrospective

Retrospectives turn shipping data into actionable insights. This skill analyzes your git history, commit patterns, test health, and shipping velocity to surface what's working and what needs attention.

Announce at start: "I'm running a sprint retrospective on this project."

Process

Step 1: Gather Data

Run the retro analyzer:

node ${CLAUDE_PLUGIN_ROOT}/tools/retro-analyzer.mjs <project-directory> --days 7

For custom date ranges:

node ${CLAUDE_PLUGIN_ROOT}/tools/retro-analyzer.mjs <project-directory> --since 2026-03-24

Step 2: Present the Retrospective

Format the data as a clear, actionable report:

Velocity Report Card

+===========================================+
|     S P R I N T   R E T R O              |
+===========================================+
|  Period        Mar 24 – Mar 31           |
|  Commits       47                         |
|  Lines Added   2,341                      |
|  Lines Removed 892                        |
|  Net Change    +1,449                     |
|  Authors       1                          |
+===========================================+

Commit Breakdown

Show the distribution of commit types (features, fixes, refactors, tests, docs, chores) as a visual breakdown. Highlight the feature-to-fix ratio — a healthy project ships more features than fixes.

Hot Files

List the most-changed files. Files with excessive churn may need to be split into smaller modules.

Test Health

  • Number of test files
  • Passing / failing tests
  • Whether a test script exists
  • Recommendation if tests are absent or failing

Shipping Cadence

  • Peak day of week (when do you ship most?)
  • Peak hour (when are you most productive?)
  • Tags/releases in this period

Step 3: Insights & Recommendations

Based on the data, surface:

What went well:

  • High velocity periods
  • Good deletion-to-addition ratio (code hygiene)
  • Consistent shipping cadence
  • Test coverage improvements

What needs attention:

  • Fix-heavy sprints (more fixes than features = quality debt)
  • Hot files that churn excessively
  • Missing or failing tests
  • Uneven shipping cadence (feast-or-famine pattern)

Action items:

  • Concrete, specific recommendations with clear next steps
  • Link to relevant Ultraship skills (e.g., "Use /tdd for the untested module")

Step 4: Cross-Reference with Learnings (Optional)

If the project has learnings (from /learn), search for relevant context:

node ${CLAUDE_PLUGIN_ROOT}/tools/learnings-manager.mjs search --query "sprint"
node ${CLAUDE_PLUGIN_ROOT}/tools/learnings-manager.mjs search --query "debugging"

Incorporate past learnings into recommendations.

Multi-Project Mode

For founders running multiple projects, run retros across all of them:

node ${CLAUDE_PLUGIN_ROOT}/tools/retro-analyzer.mjs ~/project-a --days 7
node ${CLAUDE_PLUGIN_ROOT}/tools/retro-analyzer.mjs ~/project-b --days 7

Compare velocity across projects to understand where time is being spent.

Output

The retrospective should be concise and actionable — not a data dump. Lead with insights, support with data. The goal is to help the user ship better next week.

Version History

  • ed232cb Current 2026-07-24 16:16

Same Skill Collection

skills/a11y/SKILL.md
skills/architecture/SKILL.md
skills/brainstorming/SKILL.md
skills/canary/SKILL.md
skills/clone-patterns/SKILL.md
skills/code-review/SKILL.md
skills/compete/SKILL.md
skills/cost/SKILL.md
skills/demo/SKILL.md
skills/deploy/SKILL.md
skills/dispatching-parallel-agents/SKILL.md
skills/evals/SKILL.md
skills/executing-plans/SKILL.md
skills/finishing-a-development-branch/SKILL.md
skills/frontend-design/SKILL.md
skills/grow/SKILL.md
skills/guard/SKILL.md
skills/index-fix/SKILL.md
skills/investigate/SKILL.md
skills/launch/SKILL.md
skills/learn/SKILL.md
skills/onboard/SKILL.md
skills/pentest/SKILL.md
skills/perf-audit/SKILL.md
skills/receiving-code-review/SKILL.md
skills/release/SKILL.md
skills/requesting-code-review/SKILL.md
skills/rescue/SKILL.md
skills/revise-claude-md/SKILL.md
skills/security-audit/SKILL.md
skills/seo-audit/SKILL.md
skills/seo-strategy/SKILL.md
skills/ship-gate/SKILL.md
skills/sprint/SKILL.md
skills/staying-current/SKILL.md
skills/subagent-driven-development/SKILL.md
skills/systematic-debugging/SKILL.md
skills/test-driven-development/SKILL.md
skills/using-git-worktrees/SKILL.md
skills/using-ultraship/SKILL.md
skills/verification-before-completion/SKILL.md
skills/visual-diff/SKILL.md
skills/writing-plans/SKILL.md
skills/writing-skills/SKILL.md

Metadata

Files
0
Version
ed232cb
Hash
32c0237a
Indexed
2026-07-24 16:16

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 20:30
浙ICP备14020137号-1 $mapa de visitantes$