git-weekly-report

git-weekly-report is a skill for Claude Code, Codex from YangsonHung/awesome-agent-skills. It costs 21 tokens per session (912 once invoked), scanned A, original, MIT.

A reporting workflow that turns Git commit history into a structured daily or weekly work report. Git commit history is the record of changes saved to a repository over time.

In plain words
What is it for?
Use it to summarize Git activity for a day or date range, prepare a daily or weekly report, or compile recent work across one or more repositories.
Why use it?
It saves time when preparing standups, progress updates, or project summaries from work that has already been recorded in commits. It groups activity into completed work, ongoing work, highlights, plans, and risks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to summarize Git activity for a day or date range, prepare a daily or weekly report, or compile recent work across one or more repositories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yangsonhung/awesome-agent-skills/git-weekly-report
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YangsonHung/awesome-agent-skills --skill git-weekly-report
Clone the repo
git clone --depth 1 https://github.com/YangsonHung/awesome-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-weekly-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/git-weekly-report/github.svg)](https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/git-weekly-report)
Your own site
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/git-weekly-report"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/git-weekly-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-weekly-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/git-weekly-report"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/git-weekly-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 912 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00912
Opus 5 $0.00010 $0.00456
Sonnet 5 $0.00004 $0.00182
Haiku 4.5 $0.00002 $0.00091

Measured 9d ago against content hash 42a0f171f5a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

git-weekly-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/git_weekly_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/en/git-weekly-report/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Git Weekly Report

Overview

Extract git commit logs and generate a structured daily or weekly report. The output groups recent work into completed items, in-progress work, highlights, plans, and risks so commit history can be reused for standups, daily reports, weekly reports, or project summaries.

When to Use

Use this skill when the user asks for:

  • Generating a weekly report or daily report from git commits
  • Summarizing yesterday's or today's git activity
  • Summarizing recent git activity across one or more repositories
  • Reviewing what work was done over a date range
  • Compiling commit history into a categorized report
  • Preparing a daily standup summary from commits

Do not use

Do not use this skill for:

  • Code review of specific changes (use code-reviewer instead)
  • Inspecting a single commit in detail
  • Git operations other than log extraction (branching, merging, etc.)
  • Non-git-related report generation

Instructions

  1. Determine the date range and report type:
    • Daily report: if user says "yesterday", "today", or "daily report", default --since to yesterday and --until to today.
    • Weekly report: if user says "this week" or "weekly report", default --since to last Monday and --until to today.
    • Otherwise: default to last 7 days. Accept user overrides.
  2. Determine the author filter if the user specifies one. Default: all authors.
  3. Determine repository path(s). Default: current working directory. If the user mentions multiple projects, collect all paths.
  4. Run the script:
python3 scripts/git_weekly_report.py --since <YYYY-MM-DD> --until <YYYY-MM-DD> [--author <name>] [--repo <path1> <path2> ...]
  1. Read the JSON output. The script provides structured commit data grouped by repository.
  2. Use weekly-report-format.md as the categorization guide to classify commits by type.
  3. Use weekly-report-template.md as the output structure when generating the final report.
  4. For "next-week plans" and "risks" sections: ask the user if they have items to add, since these are not derivable from git logs. For daily reports, omit these sections unless the user requests them.
  5. Present the final Markdown report. Save to a file if the user requests it.

Read the full file on GitHub · 90 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 90 lines · 21 tokens per session scan A 42a0f171f5a1

Subscribe to this mod's changes

git-weekly-report is a skill published in the GitHub repository YangsonHung/awesome-agent-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 912 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 59 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

ship

Commit, push, and optionally create or update a PR for the current staged changes. Use when the user asks to "ship", "ship it", "ship changes", "commit push and PR", or "ship this".

tobihagemann/turbo · 47 tokens

branch-and-worktree-workflow

Isolates feature work in its own branch or worktree and integrates it cleanly when done. Use this when starting work that should not disturb the current workspace, when several efforts must proceed in parallel on one repository, or when implementation is finished and the change needs merging, rebasing, or splitting…

cbrock84/headcount · 70 tokens

stage

Stage implementation changes for commit with precise file selection. Use when the user asks to "stage changes", "stage files", "add files to staging", or "prepare changes for commit".

tobihagemann/turbo · 39 tokens

commit-staged-push

Commit already-staged changes and push in one step. Use when the user asks to "commit and push staged changes", "commit and push what's staged", or "commit staged and push".

tobihagemann/turbo · 44 tokens