weekly-report

weekly-report is a skill for Claude Code from HeminWon/claude-code-marketplace. It costs 46 tokens per session (237 once invoked), scanned A, original, MIT.

A tool that creates a Chinese weekly work report from the Git commit history of the last seven days. Git is the system developers use to record changes to source code.

In plain words
What is it for?
Use it to group recent commits by date, count their types, and highlight the main work. It produces a standardised Chinese report for a weekly update or work log.
Why use it?
It removes the need to review commits manually and turn them into a dated summary. It stops when the work is not in a Git repository or the configured author details are missing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the weekly-report plugin — 1 skill shipped together

Good fit Use it to group recent commits by date, count their types, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heminwon/claude-code-marketplace/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 HeminWon/claude-code-marketplace --skill weekly-report
Clone the repo
git clone --depth 1 https://github.com/HeminWon/claude-code-marketplace

Made for: Claude Code.

Or install weekly-report, the plugin that ships this one along with the rest of its 1 skill.

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 weekly-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/heminwon/claude-code-marketplace/weekly-report.svg)](https://agentmods.dev/skills/heminwon/claude-code-marketplace/weekly-report)
Your own site
<a href="https://agentmods.dev/skills/heminwon/claude-code-marketplace/weekly-report"><img src="https://agentmods.dev/badge/skills/heminwon/claude-code-marketplace/weekly-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 237 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.00046 $0.00237
Opus 5 $0.00023 $0.00118
Sonnet 5 $0.00009 $0.00047
Haiku 4.5 $0.00005 $0.00024

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

Security

Grade A, and why

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 6d ago.

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.

plugins/weekly-report/skills/weekly-report/SKILL.md · 25 lines

What it actually says

Weekly Report

概述

基于当前用户的 Git 提交记录生成最近 7 天的中文周报。

工作流(精简版)

  1. 确认在 Git 仓库内,失败则明确提示并停止。
  2. 获取用户信息(git config user.email / git config user.name),邮箱缺失需用户补充。
  3. 计算 ISO 周标识与时间范围(最近 7 天)。
  4. 收集提交记录并按日期分组,解析 gitmoji/type,统计类型与重点。
  5. 按模板输出中文周报。

规范来源

详细步骤、命令、模板与格式规范见 ./references/weekly-report.md(单一事实来源)。

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. 6d ago First seen · 25 lines · 46 tokens per session scan A d0f5c21a306d

Subscribe to this mod's changes

weekly-report is a skill published in the GitHub repository HeminWon/claude-code-marketplace (2 stars, last pushed 3mo ago), licensed MIT. It adds 46 tokens to every session and 237 once invoked, about $0.0002 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-31.