progress-report

Automate weekly progress reports across Git repositories with charts.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/marcelocantos/skills --skill progress-report-marcelocantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-report
Source: https://github.com/marcelocantos/skills/tree/main/skills/progress-report
Command: npx skills add https://github.com/marcelocantos/skills --skill progress-report-marcelocantos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the end-to-end process of producing a weekly progress report by aggregating git activity across many repositories and packaging a draft for review.

Core Features & Use Cases

  • Automates weekly progress reporting by scanning all repos under the workspace, collecting commit counts and activity, and generating a draft report.
  • Produces daily activity charts and a timeline view to visualize repo activity over time.
  • Supports a PR-based publishing workflow, caching, and per-week charts for archival reporting.

Quick Start

Spawn the agent that reads worker.md and returns the draft weekly report.

Frequently Asked Questions about progress-report

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

FAQPage Schema
How do I automate weekly progress reporting across multiple Git repositories?

Automating weekly progress reporting across Git repositories is done by scanning all repos under your work folder, collecting commit activity, generating a draft report, and publishing it via a PR.

Can I generate daily activity charts from git commits?

Generating daily activity charts from git commits is supported by the tooling stack, which visualizes repository activity over time and produces a timeline view for weekly progress reports.

Does this weekly reporting tool require any external dependencies?

This weekly reporting tool requires no external dependencies and operates autonomously using a shell and Python tooling stack to gather data and generate charts.

What is the best way to draft a weekly report from git activity?

The best way to draft a weekly report from git activity is spawning an agent that reads the worker.md file, which orchestrates the collection and drafting workflow to return the report.

Are there caching limitations when generating per-week charts for archival reporting?

Caching limitations are mitigated by built-in caching support for per-week charts, ensuring archival reporting remains efficient across multiple repositories without repeated processing.