tkm:run-retro

Generate sprint retrospective reports from git repository history.

Updated May 13, 2026
One-click install
npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-run-retro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkm:run-retro
Source: https://github.com/khapn-2933/agentic-coding-hands-on/tree/main/.claude/skills/run-retro
Command: npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-run-retro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of conducting sprint retrospectives by analyzing git metrics and generating structured reports, reducing the need for manual data collection and analysis.

Core Features & Use Cases

  • Git Metric Analysis: Analyzes commits, lines of code, hotspots, churn, and other git-based metrics.
  • Health Indicators: Provides derived health indicators for code quality and team performance.
  • Structured Reports: Generates markdown or HTML reports with detailed analysis and recommendations.
  • Use Case: After each sprint, the Skill can be used to quickly generate a comprehensive report on team performance, code quality, and other relevant metrics.

Quick Start

Run the retro report for the last sprint using the command: sk:run-retro sprint

Frequently Asked Questions about tkm:run-retro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sprint retrospective report from git history?

Generate a sprint retrospective report from git history by analyzing commit frequency, code churn, and issue completion to produce structured markdown or HTML reports. This Skill automates the data collection to provide metrics and recommendations directly from your repository.

What git metrics are analyzed for team performance and code quality?

Git metrics analyzed for team performance and code quality include commit frequency, lines of code, code churn, and hotspots. These metrics derive health indicators that help identify areas needing attention during your sprint retrospective.

Do I need GitHub API access to track issue completion for retrospective reports?

You need GitHub API access to track issue completion for retrospective reports if you want automated issue tracking. Git metrics analysis itself requires only the git client, but GitHub CLI access enables comprehensive issue completion metrics.

Can I export retrospective reports as markdown or HTML with visualizations?

You can export retrospective reports as markdown or HTML with visualizations and recommendations. The Skill generates these structured report formats automatically after analyzing your repository's git history and computing health indicators.

Does this retrospective tool work with plain git repositories without GitHub?

This retrospective tool works with plain git repositories without GitHub for core git metric analysis like commit frequency and code churn. GitHub API access is optional and specifically needed only for tracking issue completion metrics.

Why use git-based metrics instead of manual data collection for sprint retrospectives?

Use git-based metrics instead of manual data collection for sprint retrospectives to reduce human error and save time. Automating analysis of commits, code churn, and hotspots provides objective health indicators and structured recommendations instantly.