🗓️
AutomationPython

Weekly Report

by majiayu000

Weekly Report is an Automation skill for Claude Code, published by majiayu000 in spellbook.

265 stars26 forkson majiayu000/spellbookAdded 2026/09/02+1% in starsRepository updated 2026/08/31
agent-skillsai-agent-skillsai-agentsai-coding-assistantautomationclaudeclaude-codeclaude-code-skillscode-reviewcodexcodex-skillscross-runtimedeveloper-toolsmulti-agentproductivityprompt-engineeringskill-librarysoftware-developmentspellbookworkflows
Install in seconds
Install Weekly Report
Copy Weekly Report into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/majiayu000/spellbook/tree/main/skills ~/.claude/skills/skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/majiayu000/spellbook.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/weekly.SKILL.md in majiayu000/spellbook
Installs to
~/.claude/skills/skills
Collection
One of 25 skills cataloged from this repository
Category
Automation1648 skills

What Weekly Report does

Weekly Report generates an Om Generator weekly report for a given date range by combining Git commits, Claude Code sessions, Codex sessions, and optional local memory records. It is used when a user asks for a Chinese weekly summary document.

Weekly Report is cataloged under Automation on DirSkills. Weekly Report comes from a repository tagged agent-skills, ai-agent-skills, ai-agents, ai-coding-assistant and automation.

Documentation

README

生成周报

根据用户提供的日期范围 $ARGUMENTS,收集 om-generator 前后端两个仓库的工作记录,生成周报文档。

步骤 1:解析日期范围

$ARGUMENTS 中提取起止日期。支持格式:

  • 2-1到2-7 → 2026-02-01 ~ 2026-02-07
  • 1-27到2-2 → 2026-01-27 ~ 2026-02-02
  • 2026-02-01到2026-02-07 → 完整日期
  • 无参数 → 默认本周一到今天

将解析结果存为变量 DATE_STARTDATE_END(格式 YYYY-MM-DD)。年份默认 2026。

步骤 2:收集 Git 提交记录

先获取当前用户名:

git config user.name

然后分别从两个仓库收集该用户在日期范围内的提交:

前端仓库

git -C $HOME/Desktop/code/work/mutil-om/om-generator-web log --author="<用户名>" --after="<DATE_START>" --before="<DATE_END + 1天>" --oneline --no-merges --all

后端仓库

git -C $HOME/Desktop/code/work/mutil-om/om-generator log --author="<用户名>" --after="<DATE_START>" --before="<DATE_END + 1天>" --oneline --no-merges --all

对每个有意义的提交,用 git show --stat <hash> 查看改动范围。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Weekly Report

  • What else does majiayu000 publish alongside Weekly Report?

    Weekly Report is one of 25 skills that DirSkills catalogs from majiayu000/spellbook, the repository it ships in. Its siblings there include AGENTS.md Scaffold, API Design and Agents Md Optimize. Each one is a separate skill with its own page in this directory, installs the same way Weekly Report does, and is maintained by majiayu000 in that same repository. The rest of the collection is listed on the majiayu000/spellbook page.

  • How does Weekly Report compare to other Automation skills?

    Weekly Report ranks #1421 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Weekly Report against them. Open each page to compare what they document and how they install.

More from majiayu000/spellbook

Weekly Report is one of 25 skills cataloged on DirSkills from majiayu000/spellbook.

See all 25 skills
🧭
1h ago

AGENTS.md Scaffold

AGENTS.md Scaffold generates or updates repository-specific AGENTS.md files from repo evidence. It is used when a repo needs scoped agent instructions, validation commands, or directory-specific rules.
Automation
26526
🔌
1h ago

API Design

API Design covers REST, GraphQL, and gRPC best practices for defining contracts, versioning, pagination, errors, and idempotency. Use it when designing public or internal APIs and their schemas.
AI Engineering
26526
🛠️
1h ago

Agents Md Optimize

Agents Md Optimize audits a CLAUDE.md or AGENTS.md file, scores common instruction patterns, and applies approved fixes in place. Use it when you want to improve an agent instruction file, not just review it.
AI Engineering
26526
🧪
1h ago

App User Story QA

App User Story QA turns a broad request to test an app into a tracked loop of feature inventory, code-backed expected behavior, and user-story tests. Use it to audit every surface, classify failures, and retest documented defects after fixes.
Quality
26526
🏗️
1h ago

Architecture Foundation

Architecture Foundation turns architecture discussions into explicit boundaries, contracts, validation gates, and a small execution plan. Use it when designing or refactoring system structure, choosing module or service boundaries, or writing a spec before coding.
AI Engineering
26526
🏗️
1h ago

Architecture Research

Architecture Research helps analyze real systems from source, docs, and runtime evidence before choosing a technical direction. Use it for architecture studies, system archaeology, build-vs-buy decisions, and reassessing earlier choices.
AI Engineering
26526