gstack-openclaw-retro

Analyze git commit history and code quality metrics for weekly engineering retrospectives.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/reomgit/appstore-ss-downloader --skill gstack-openclaw-retro-reomgit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-openclaw-retro
Source: https://github.com/reomgit/appstore-ss-downloader/tree/main/.claude/skills/gstack/openclaw/skills/gstack-openclaw-retro
Command: npx skills add https://github.com/reomgit/appstore-ss-downloader --skill gstack-openclaw-retro-reomgit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams conduct weekly engineering retrospectives by analyzing commit history, work patterns, and code quality metrics.

Core Features & Use Cases

  • Commit History Analysis: Provides a comprehensive overview of commits made over a specified time period.
  • Work Pattern Analysis: Identifies team members' contributions, praise, and growth areas.
  • Code Quality Metrics: Evaluates code quality using various metrics.
  • Use Case: Use this Skill when conducting a weekly engineering retro to gain insights into team performance and code health.

Quick Start

Run the gstack-openclaw-retro skill with the desired time window, e.g., last 7 days, by typing 'gstack-openclaw-retro 7d'.

Frequently Asked Questions about gstack-openclaw-retro

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

FAQPage Schema
How do I analyze git commit history for a weekly engineering retrospective?

To analyze git commit history for a weekly engineering retrospective, you can run the skill with a specified time window like '7d'. It fetches repository data using git log and git shortlog to generate a detailed report on team performance and code health.

What is git work pattern analysis and how does it evaluate team performance?

Git work pattern analysis evaluates team performance by reviewing commit history to identify individual contributions, praise, and growth areas. It provides a comprehensive overview of work patterns and code quality metrics over a specified time period.

Can I use this commit analysis tool to review code quality metrics from a local git repository?

Yes, you can review code quality metrics from a local git repository. The skill requires git installed in your environment to fetch and analyze commit data, evaluating code health and team contributions for your retrospectives.

Do I need any specific tools or dependencies installed to run a repository retrospective?

You need git installed to run a repository retrospective. The skill depends on git and utilizes various built-in git commands like git log and git shortlog to fetch and analyze the required commit history and work pattern data.

What's the best way to generate a team performance report from recent commits?

The best way to generate a team performance report from recent commits is to execute the skill with a time window argument, such as '7d'. It automatically analyzes work patterns and code quality metrics to output a detailed retrospective report.

What are the limitations of using git log data for code quality analysis?

Using git log data for code quality analysis limits the evaluation to commit history patterns and metadata. The retrospective relies on git commands to infer team performance and code health, meaning it may not capture uncommitted local changes or external code review feedback.