gstack-openclaw-retro

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

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill gstack-openclaw-retro-ericdahl-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-openclaw-retro
Source: https://github.com/ericdahl-dev/coauthor-cleaner/tree/main/.claude/skills/gstack/openclaw/skills/gstack-openclaw-retro
Command: npx skills add https://github.com/ericdahl-dev/coauthor-cleaner --skill gstack-openclaw-retro-ericdahl-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, git log, git config, find, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of manually creating detailed engineering retrospectives by automatically analyzing commit history, work patterns, and code quality metrics.

Core Features & Use Cases

  • Commit History Analysis: Automatically analyzes commit history to determine work patterns and contributions.
  • Code Quality Metrics: Provides insights into code quality using persistent history and trend tracking.
  • Team Awareness: Identifies contributors, their contributions, and areas for growth.
  • Use Case: It can be used to generate a weekly engineering retrospective report that includes metrics like commits, contributors, PRs merged, LOC changes, and session patterns.

Quick Start

To start a new retro for the last 7 days, run the command: gstack-openclaw-retro.

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 an engineering retrospective from git commit history?

You can generate an engineering retrospective from git commit history by running a command-line tool that automatically parses commits, analyzes work patterns, and tracks code quality metrics to produce a weekly report.

What is commit history analysis for team engineering retrospectives?

Commit history analysis for team retrospectives is the process of parsing git logs to identify work patterns, contributor statistics, and code quality trends to evaluate team performance over a specific period.

Do I need git installed to analyze code quality metrics from commit history?

Yes, you need git installed and configured because the retrospective generation requires direct repository access and uses command-line tools like git log and git config to fetch commit data.

Can I track code quality trends and team contributions using git log?

Yes, you can track code quality trends and team contributions by analyzing git log data, which allows you to identify contributors, measure LOC changes, and observe persistent quality history patterns.

What is the best way to automate weekly engineering retrospective reports?

The best way to automate weekly engineering retrospective reports is using a script that parses commit history to automatically extract metrics like commits, PRs merged, and session patterns without manual data collection.

What metrics are included in a git commit history analysis for retrospectives?

Metrics included in a git commit history analysis for retrospectives encompass commits, contributors, PRs merged, lines of code changes, and session patterns to provide comprehensive team awareness.