gstack-openclaw-retro

Generate weekly engineering retrospectives from git commit history and code-quality metrics.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/yashs33244/my-mac-claude --skill gstack-openclaw-retro-yashs33244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-openclaw-retro
Source: https://github.com/yashs33244/my-mac-claude/tree/main/skills/gstack/gstack-openclaw-retro
Command: npx skills add https://github.com/yashs33244/my-mac-claude --skill gstack-openclaw-retro-yashs33244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams transform messy commit history into a structured weekly retrospective, including code quality signals, session patterns, and per-person praise and growth areas.

Core Features & Use Cases

  • Weekly engineering retro from git history: Analyzes commits, LOC changes, test signal density, hotspots, and PR signals over a selectable time window (default 7 days; also 24h/14d/30d).
  • Team-aware contributor insights: Identifies the current user via git config user.name and generates a per-author leaderboard plus individual session and focus analysis.
  • Trend tracking with persistent history: Loads the most recent prior retro from memory/ (when available), computes deltas, and saves a JSON snapshot for future week-over-week comparisons.

Quick Start

Ask your Claude assistant to run the weekly engineering retrospective for the last 7 days and include a team leaderboard, session distribution, and a saved history snapshot.

Frequently Asked Questions about gstack-openclaw-retro

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

FAQPage Schema
How do I generate a weekly engineering retrospective from git commit history?

You can generate a weekly engineering retrospective from git commit history by analyzing commit logs, contributor activity, and code-quality metrics over a 7-day window to highlight shipping velocity and hotspots.

What is included in a git commit analysis for team retrospectives?

A git commit analysis for team retrospectives includes LOC changes, test signal density, per-author leaderboards, individual session distribution, and identified hotspots within the selected time window.

Can I track developer productivity trends over time using git metrics?

Yes, you can track developer productivity trends over time using git metrics by loading prior retro snapshots from memory, computing week-over-week deltas, and saving a new JSON history artifact for future comparisons.

Does this retrospective tool require specific git commands or external dependencies?

This retrospective tool requires no external dependencies and runs standard git log, shortlog, and stat commands locally to extract commit data and compute code-quality metrics for the analysis.

How do I customize the time window for git commit analysis and retrospectives?

You can customize the time window for git commit analysis and retrospectives by specifying a duration, with defaults supporting 24-hour, 7-day, 14-day, and 30-day periods for localized reporting.

What's the best way to compare current engineering output against previous weeks?

The best way to compare current engineering output against previous weeks is to load the most recent prior retro JSON snapshot, diff the current git metrics against it, and highlight shifts in shipping velocity.