weekly-review

Summarize weekly git commits into a concise executive recap.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/namhoangg/agent-starter-kit --skill weekly-review-namhoangg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-review
Source: https://github.com/namhoangg/agent-starter-kit/tree/main/cursor/skills/weekly-review
Command: npx skills add https://github.com/namhoangg/agent-starter-kit --skill weekly-review-namhoangg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly communicates the state of development by turning a week's worth of commits into a concise, executive-friendly summary.

Core Features & Use Cases

  • Determines current git user email from repo config.
  • Collects authored commits from the last 7-10 days on the primary branch context.
  • Excludes merge commits.
  • Groups meaningful changes into 2-5 concise bullets.
  • Adds a short classification paragraph covering likely bug fixes, likely tech debt, and likely net-new functionality.

Quick Start

Run this skill to generate a weekly review from your latest commits.

Frequently Asked Questions about weekly-review

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

FAQPage Schema
How do I summarize git commits for a weekly status update?

To summarize git commits for a weekly status update, this skill collects authored commits from the last 7-10 days on the primary branch, excludes merges, and generates a concise executive recap with 2-5 bullets and a classification paragraph.

What is the best way to generate an executive recap of weekly development activity?

Generating an executive recap of weekly development activity is best done by grouping a week's meaningful commit changes into concise bullets and adding a brief classification paragraph covering likely bug fixes, tech debt, and net-new functionality.

Does the weekly commit recap work with multi-repo git contexts?

Yes, the weekly commit recap works across multi-repo git contexts as needed. It applies to typical software projects with a primary branch and 7-10 days of available commit history, excluding merge commits from the summary.

How do I classify bug fixes and tech debt from recent git history?

To classify bug fixes and tech debt from recent git history, this skill analyzes your weekly commits and generates a brief classification paragraph distinguishing likely bug fixes, likely tech debt, and likely net-new functionality alongside the recap bullets.

Why does the weekly commit recap prompt me to set a git email?

The weekly commit recap prompts you to set a git email as a guardrail because it determines the current git user email from your repository config to accurately filter and collect only your authored commits from the 7-10 day window.