gstack-openclaw-retro

Generate engineering retrospectives and analyze code quality from git commit history.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/billydeeii136/black-opps-gstack --skill gstack-openclaw-retro-billydeeii136
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-openclaw-retro
Source: https://github.com/billydeeii136/black-opps-gstack/tree/main/openclaw/skills/gstack-openclaw-retro
Command: npx skills add https://github.com/billydeeii136/black-opps-gstack --skill gstack-openclaw-retro-billydeeii136

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of engineering retrospectives and code quality analysis, saving time and ensuring a comprehensive review of work patterns and metrics.

Core Features & Use Cases

  • Automated Retrospective: Generates a weekly engineering retrospective analyzing commit history, work patterns, and code quality metrics.
  • Team Awareness: Identifies contributors, provides per-person praise and growth opportunities.
  • Use Case: Use this Skill when conducting a weekly engineering retro, to discuss what shipped, or to review the engineering team's performance.

Quick Start

Run the 'gstack-openclaw-retro' skill with the '24h' argument to get a retrospective for the last 24 hours.

Frequently Asked Questions about gstack-openclaw-retro

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

FAQPage Schema
How do I automate engineering retrospectives from git commit history?

Automating engineering retrospectives from git commit history involves analyzing commit logs to generate reports on work patterns, code churn, and individual contributions. This Skill parses that history to produce a weekly review of team productivity and code quality metrics.

What is code churn analysis and how does it track team productivity?

Code churn analysis tracks team productivity by measuring the frequency and volume of code modifications over time. It evaluates commit history to identify individual contributions, highlight growth opportunities, and quantify the stability of the codebase being shipped.

Do I need Python and git installed to generate a code quality retrospective?

Yes, generating a code quality retrospective requires both Python and git installed in your environment. These dependencies are necessary to parse the commit history, run the analysis scripts, and calculate the engineering metrics for the final report.

Can I generate a 24-hour engineering retrospective for a quick review?

Yes, you can generate a 24-hour engineering retrospective for a quick review by running the skill with the '24h' argument. It analyzes the recent commit history to provide an immediate summary of what shipped and the team's performance.

What are the limitations of using commit analysis for team performance reviews?

Limitations of using commit analysis for team performance reviews include a strict reliance on git metadata, which may not capture untracked collaborative work or external blockers. It primarily measures code volume and churn rather than holistic engineering impact.