cyberdart-openclaw-retro

Analyze commit history, code quality metrics, and PR metrics for engineering retrospectives.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Manzueti/cyberdart --skill cyberdart-openclaw-retro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cyberdart-openclaw-retro
Source: https://github.com/Manzueti/cyberdart/tree/main/openclaw/skills/cyberdart-openclaw-retro
Command: npx skills add https://github.com/Manzueti/cyberdart --skill cyberdart-openclaw-retro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The cyberdart-openclaw-retro skill addresses the challenge of conducting efficient and informative engineering retrospectives, providing a comprehensive analysis of commit history, work patterns, and code quality metrics.

Core Features & Use Cases

  • Retrospective Analysis: Provides a weekly engineering retrospective that includes commit history, work patterns, and code quality.
  • Team Awareness: Identifies individual contributions, praise, and areas for growth.
  • Time Window Flexibility: Analyzes a customizable time window ranging from last 7 days to 30 days.
  • Detailed Metrics: Offers insights into commits, LOC, PRs, and code quality indicators.
  • Session Pattern Detection: Identifies coding session patterns and their impact on productivity.
  • Hotspot Analysis: Identifies frequently changed files and their implications for code maintenance.
  • PR Size Distribution: Estimates and categorizes pull request sizes for workload management.

Quick Start

Run a weekly retrospective for the last 7 days using: ./cyberdart-openclaw-retro 7d.

Frequently Asked Questions about cyberdart-openclaw-retro

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

FAQPage Schema
How do I conduct an engineering retrospective using git commit history?

To conduct an engineering retrospective using git commit history, run the script against your repository to analyze commits, PR metrics, and code quality over a customizable time window. It requires a git repository with activity logs to function.

What metrics are included in a code analysis retrospective for team productivity?

A code analysis retrospective for team productivity includes metrics on commits, lines of code, pull request sizes, coding session patterns, and frequently changed file hotspots to identify work patterns and areas for growth.

Can I analyze code changes and team contributions for a specific time frame like 30 days?

Yes, you can analyze code changes and team contributions for a specific time frame ranging from 7 to 30 days. You simply pass the desired duration as an argument, such as running the script with a 7d or 30d parameter.

Do I need to install pypdf2 and matplotlib to run a retrospective analysis?

Yes, you need to install pypdf2 and matplotlib along with git to run retrospective analysis. These dependencies support the script's code analysis logic and its generation of visual data outputs.

What is the best way to identify coding session patterns and hotspot files in a git repository?

The best way to identify coding session patterns and hotspot files in a git repository is to use a retrospective analysis script that parses commit history to detect productivity impacts and highlight frequently changed files for maintenance awareness.

How does pull request size distribution help with workload management in software engineering?

Pull request size distribution helps with workload management in software engineering by estimating and categorizing PR sizes from commit history. This allows teams to identify uneven workloads and adjust task allocation for better productivity.